Commit graph

  • f9c7e221e4
    Add files via upload Otozinclus 2024-08-08 00:32:57 +0200
  • b65fc434b7
    nuget: bump the avalonia group across 1 directory with 8 updates dependabot[bot] 2024-08-07 16:35:59 +0000
  • a57b3be2b7 Update nuget packages and correct breaking changes Michael Savage 2024-08-07 22:50:20 +0800
  • 6a02d6688b Update Window.cs Marco Carvalho 2024-04-07 20:26:05 -0300
  • 00ceab2c91 Update Window.cs Marco Carvalho 2024-04-07 20:26:02 -0300
  • 1947fd94da fix Marco Carvalho 2024-04-07 18:34:15 -0300
  • 5313ad4ae1 dotnet format Marco Carvalho 2024-04-07 16:58:48 -0300
  • 2029638be9 fix Marco Carvalho 2024-04-07 16:16:06 -0300
  • 231fb01dc1 Replacing Abstract Types with Concrete Types Marco Carvalho 2024-04-07 15:58:41 -0300
  • 4f35ed50cf Implement UQADD16, UQADD8, UQSUB16, UQSUB8, VQRDMULH, VSLI and VSWP Arm32 instructions Gabriel A 2024-08-07 09:25:02 -0300
  • af31a14c77 Spec states it CAN be null sunshineinabox 2024-08-06 23:24:34 -0700
  • 0ed5cb8842 fix(perf): get span via MemoryOwner<byte>.Span property instead of through Memory property jhorv 2024-08-06 22:37:21 -0400
  • 31c0aaeae8 refactor(perf): pass MemoryOwner<byte> around as itself rather than IMemoryOwner<byte> jhorv 2024-08-06 22:27:18 -0400
  • ffee98889e Fix arbitrary sorting by "Favorite" in the UI by making it the same as sorting alphabetically while giving favorites priority. Logan Stromberg 2024-08-06 11:10:55 -0700
  • c86b375b76
    nuget: bump the avalonia group with 8 updates dependabot[bot] 2024-08-06 16:19:13 +0000
  • 394154e4f5
    nuget: bump the silk-net group with 3 updates dependabot[bot] 2024-08-06 16:16:33 +0000
  • a1a7f1784d
    nuget: bump NUnit from 3.13.3 to 4.1.0 in the nunit group dependabot[bot] 2024-08-06 16:14:34 +0000
  • 6aa30b24ba Actually change what is being passed to HwCapabilities instead of just disabling the feature. sunshineinabox 2024-08-06 08:15:17 -0700
  • 53ca3b53b6 Exclude Patch Control Points dynamic state at this time sunshineinabox 2024-08-05 23:18:28 -0700
  • 7969fb6bba
    Replace and remove obsolete ByteMemoryPool type (#7155) 1.1.1372 jhorv 2024-08-05 20:09:08 -0400
  • 3071147ac5
    Merge branch 'master' into ImageSharp Toni Förster 2024-08-05 16:15:30 +0200
  • 6fbbcc1828
    nuget: bump ImageSharp from 2.1.8 to 2.1.9 Toni Förster 2024-08-05 15:59:34 +0200
  • 4a4b11871e
    Fix same textures with unmapped start being considered different (#7141) 1.1.1371 gdkchan 2024-08-05 11:00:41 -0300
  • 8409920ccb Fix NRE when using buffer image array Gabriel A 2024-08-05 10:35:03 -0300
  • 482b960740 More changes to be inline with spec sunshineinabox 2024-08-04 20:50:10 -0700
  • af9de85a1b Origin of crash? sunshineinabox 2024-08-04 20:34:49 -0700
  • f15b6c85f6 According to spec there is no need to do this as it should automatically be not set when not needed sunshineinabox 2024-08-04 16:16:27 -0700
  • febb0fc308
    Update file type and lang selection to use ToggleType Isaac Marovitz 2024-07-17 17:56:05 +0100
  • 1d7c624a2b
    Use new MenuItem.ToggleType Isaac Marovitz 2024-07-17 17:48:24 +0100
  • 9636b0a626
    Update Avalonia Isaac Marovitz 2024-06-14 11:52:23 +0100
  • e85ee673b1
    Fix LocaleExtension SetRawSource usages + language perf improvement (#7121) 1.1.1370 Julien Lebosquain 2024-08-04 20:04:12 +0200
  • 42f22fe5d7
    Infra: Update Microsoft.IdentityModel.JsonWebTokens (#7070) 1.1.1369 Isaac Marovitz 2024-08-04 18:56:27 +0100
  • 70c2584847
    Merge branch 'master' into Tsubasa0504-patch-1 Tsubasa0504 2024-08-04 22:56:47 +0900
  • aecc7c8919
    Add files via upload Tsubasa0504 2024-08-04 22:56:08 +0900
  • e42ae95895 Use the new Lock type where applicable Isaac Marovitz 2024-07-23 12:40:28 +0100
  • 4928551393 Bump version Isaac Marovitz 2024-07-23 12:09:21 +0100
  • aa7248542e
    Update Isaac Marovitz 2024-08-04 13:05:26 +0100
  • 387d9e20f4 fix:HLE/ModLoader: Cheat loading crashes if directory doesn't exist Barış Hamil 2024-08-04 12:46:04 +0300
  • c53f58a4a9 Resolve issue with primitive toplogy sunshineinabox 2024-08-03 19:47:08 -0700
  • 3b398adbe6 Refactor PipelineUid and pack TopologyClass Remove basepipelineindex as its extraneous sunshineinabox 2024-08-03 19:19:54 -0700
  • c87a6609dd fix(perf): get span via MemoryOwner<T>.Span directly instead of MemoryOwner<T>.Memory.Span jhorv 2024-08-03 20:33:59 -0400
  • 418d4af0e9 fix(perf): get span via MemoryOwner<T>.Span directly instead of MemoryOwner<T>.Memory.Span jhorv 2024-08-03 20:32:52 -0400
  • 1d1df7ed60 fix(perf): get span via MemoryOwner<T>.Span directly instead of MemoryOwner<T>.Memory.Span jhorv 2024-08-03 20:28:14 -0400
  • 055882dfc9 refactor: change IMemoryOwner<byte> return types to MemoryOwner<byte> jhorv 2024-08-03 20:16:51 -0400
  • 8c1065ca8c refactor: delete unused ByteMemoryPool and ByteMemoryPool.ByteMemoryPoolBuffer types jhorv 2024-08-03 20:13:01 -0400
  • 4fcf44c16e refactor: replace usage of ByteMemoryPool with MemoryOwner<byte> jhorv 2024-08-03 20:11:36 -0400
  • 263eb97f79
    Avoid race conditions while launching games directly from the command line (#7116) 1.1.1368 TSRBerry 2024-08-03 23:31:34 +0200
  • 3004902257
    nuget: bump DynamicData from 8.4.1 to 9.0.1 (#7040) 1.1.1367 dependabot[bot] 2024-08-03 22:34:41 +0200
  • da0825f1a2
    Rename DesiredTitleLanguage to DesiredLanguage TSR Berry 2024-08-03 21:42:17 +0200
  • 59ddb26628
    replace ByteMemoryPool usage in Ryujinx.Graphics (#7129) 1.1.1366 jhorv 2024-08-03 14:50:53 -0400
  • 83fda10f6e
    Fix FileNotFoundException in TryGetApplicationsFromFile() and improve loading applications (#7145) 1.1.1365 TSRBerry 2024-08-03 19:46:59 +0200
  • 59ef2ac799 Accidental change sunshineinabox 2024-08-02 18:17:28 -0700
  • 6af30c4af8
    Fix typo gdkchan 2024-08-02 20:27:10 -0300
  • 8ea01d29b3 New translations en_us.json (Arabic) Ac_K 2024-08-02 17:38:23 +0100
  • ce450dc08e Invert logic to only set flags dirty if those are supported. sunshineinabox 2024-08-02 07:27:44 -0700
  • 023f3ed44f Resolve build errors sunshineinabox 2024-08-01 19:21:32 -0700
  • fa801ba472 Match other code in project sunshineinabox 2024-08-01 19:17:59 -0700
  • 90442c9dbf
    Skip non-existent files and bad symlinks when loading applications TSR Berry 2024-08-02 00:20:30 +0200
  • 62f64a2cb7
    Catch FileNotFoundException in TryGetApplicationsFromFile() TSR Berry 2024-08-02 00:05:18 +0200
  • f9e99b4ebe
    Don't load files from hidden subdirectories TSR Berry 2024-08-02 00:04:02 +0200
  • 88867c84d0
    nuget: bump the avalonia group with 7 updates dependabot[bot] 2024-08-01 16:27:28 +0000
  • 2405189de0
    nuget: bump the silk-net group with 3 updates dependabot[bot] 2024-08-01 16:25:00 +0000
  • 9b02fd6dc0 Conver to TopologyClass from Vulkan Topology sunshineinabox 2024-08-01 08:19:11 -0700
  • adc7528b54 Why cast when you don't need to cast sunshineinabox 2024-07-31 18:56:06 -0700
  • ec244e8d3c
    Merge 8381bc7220 into d97e995e59 TSRBerry 2024-08-01 09:55:54 +0800
  • 1bcc9c029a Remove redundant logic, just use max possible dynamic states sunshineinabox 2024-07-31 18:51:44 -0700
  • a0eedbc913 InvalidAddress const Gabriel A 2024-07-31 22:49:40 -0300
  • a8862fc7cf Consolidate IsInvalid check Gabriel A 2024-07-31 22:37:52 -0300
  • ba207bf253 Fix same textures with unmapped start being considered different Gabriel A 2024-07-31 22:24:37 -0300
  • 38c9ec925c Whitespace fix sunshineinabox 2024-07-31 18:22:29 -0700
  • d97e995e59
    Fix off-by-one on audio renderer PerformanceManager.GetNextEntry (#7139) 1.1.1364 gdkchan 2024-07-31 22:22:11 -0300
  • 3f7a3ac558 Adapt changes from #7102 for dynamic states sunshineinabox 2024-07-31 18:18:46 -0700
  • 7b480edf86
    Merge branch 'master' into MoreDynamicStatesPartOne sunshineinabox 2024-07-31 17:17:24 -0700
  • da11dc1288 Only pass Tesselation state create info if dynamic state is not supported sunshineinabox 2024-07-31 17:12:57 -0700
  • 856bccb6e0 Fix off-by-one on audio renderer PerformanceManager.GetNextEntry Gabriel A 2024-07-31 18:22:06 -0300
  • 8381bc7220
    temp: Attempt to solve missing paths + add logging TSR Berry 2024-07-31 19:40:30 +0200
  • 3f0ab45b9c
    Resolve symlinks for TryGetRealPath() as well TSR Berry 2024-07-31 19:01:31 +0200
  • b4515bd210
    Don't resolve relative paths TSR Berry 2024-07-31 18:43:47 +0200
  • 693f268090 Accidental change sunshineinabox 2024-07-31 08:18:58 -0700
  • fb964b514c Do not set patch control points dynamic state if there is no tessalation control shader. Thank you riperiperi sunshineinabox 2024-07-31 08:14:26 -0700
  • 48b352ea1a
    Fix Aes shift rows and inv shift rows Soft Fallback Furoryan 2024-07-31 08:50:54 +0200
  • 1b9e42bdb4 Should not just check for extension. This is more correct. sunshineinabox 2024-07-30 18:17:49 -0700
  • 56b2f84702
    Fix shader RegisterUsage pass only taking first operation dest into account (#7131) 1.1.1363 gdkchan 2024-07-30 21:57:55 -0300
  • 698e36bbd2
    Vulkan: Force topology to PatchList for Tessellation (#7102) 1.1.1362 riperiperi 2024-07-31 01:48:30 +0100
  • 6b903b845d Shader cache version bump Gabriel A 2024-07-30 01:02:59 -0300
  • 70c620f733 Fix shader RegisterUsage pass only taking first operation dest into account Gabriel A 2024-07-30 00:56:06 -0300
  • 7396c05b35 Resolve crash sunshineinabox 2024-07-29 20:32:52 -0700
  • a38803cd40 chore, perf: use MemoryOwner<byte> instead of IMemoryOwner<byte> jhorv 2024-07-29 18:57:59 -0400
  • 73f3e9725c eliminate temporary buffer allocations jhorv 2024-06-03 13:51:26 -0400
  • dbac05fcc2 refactor: PixelConverter.ConvertR4G4ToR4G4B4A4() - rename old outputSpan to outputSpanUInt16, reuse same output Span<byte> as newly-freed name outputSpan jhorv 2024-06-03 13:32:20 -0400
  • c3f17d0ba6 chore: replace ByteMemoryPool usage with MemoryOwner<byte> jhorv 2024-06-03 13:27:09 -0400
  • 09e2662ad3
    Add files via upload Tsubasa0504 2024-07-29 23:51:25 +0900
  • 647276b824
    Log a warning if the converted path is not inside the Ryujinx directory TSR Berry 2024-07-12 21:00:23 +0200
  • abaa560ed5
    Fix FileNotFoundException when resolving non-existent paths in FileSystemUtils TSR Berry 2024-07-11 01:01:08 +0200
  • eb7fb9da74
    Handle symlinks correctly when resolving file paths TSR Berry 2024-07-11 00:47:56 +0200
  • d3d08ae136
    Throw an exception instead of returning null for SwitchPathToSystemPath and GetFullPath TSR Berry 2024-07-11 00:43:27 +0200
  • eab85667e1
    Fix filename trimming and other path related issues in OpenFileSystemFromInternalFile TSR Berry 2024-07-11 00:39:28 +0200
  • 2e3bd31102
    Add utility methods to resolve actual file paths TSR Berry 2024-07-11 00:37:28 +0200
  • 81300d9ce5
    Catch HorizonResultException in TryLoad TSR Berry 2024-07-28 22:13:10 +0200
  • f0ba2e87f6
    Fix check for application id when launching directly from the command line TSR Berry 2024-07-28 21:05:58 +0200