Commit graph

  • 76fa87241c chore: Update OpenTK to 4.8.1 Mary Guillemard 2023-11-11 15:12:36 +0100
  • a6c89068ac Fix copy dep regression Gabriel A 2023-11-09 13:35:10 -0300
  • d1efcf772a Formatting Gabriel A 2023-11-08 23:45:32 -0300
  • 67e33e52a2 Do not set modified flag again if texture was not modified Gabriel A 2023-11-08 23:41:23 -0300
  • 8f839fd0fb UI: Change default hide cursor mode to OnIdle jcm 2023-11-08 13:35:19 -0600
  • 97e0d1b531
    Merge 2d4491d6d9 into 815819767c TSRBerry 2023-11-08 06:57:23 -0500
  • 815819767c
    Force all exclusive memory accesses to be ordered on AppleHv (#5898) 1.1.1072 gdkchan 2023-11-07 13:24:10 -0300
  • 50f53af995
    Update src/Ryujinx.Cpu/AppleHv/HvMemoryManager.cs gdkchan 2023-11-07 13:03:43 -0300
  • 623604c391
    Overhaul of string formatting/parsing/sorting logic for TimeSpans, DateTimes, and file sizes (#4956) 1.1.1071 SamusAranX 2023-11-06 22:47:44 +0100
  • dbcbedcc8c
    Merge pull request #2 from nickoanastassiu/desktop-shortcut-fixes NitroTears 2023-11-07 06:13:34 +1000
  • 109a3e3ad9 common: Respect proper value format convention and use base10 by default Mary Guillemard 2023-11-06 21:09:38 +0100
  • 271f4814a0 Merge remote-tracking branch 'upstream/master' into formatting-fixes Mary Guillemard 2023-11-06 19:33:33 +0100
  • 7595cacda9
    Merge branch 'master' into migrate-to-net8 Zoltan Csizmadia 2023-11-06 12:02:38 -0600
  • 73489603ea Fix wrong bit for isLoad Gabriel A 2023-11-06 10:59:47 -0300
  • 6094ed3584 Fix comment copy/paste Gabriel A 2023-11-06 10:56:24 -0300
  • 25657e0e1a Fix test build Gabriel A 2023-11-06 10:52:57 -0300
  • b3f7b95c7a Format whitespace Gabriel A 2023-11-06 10:37:36 -0300
  • abe38309be Force all exclusive memory accesses to be ordered on AppleHv Gabriel A 2023-11-06 09:58:54 -0300
  • 4093aa1a7d Implement reprotect method on virtual memory manager (currently stubbed) Gabriel A 2023-11-06 09:22:46 -0300
  • 9f18018cd6 Backup original title - PR comments fix gnisman 2023-11-05 14:54:45 +0200
  • 5594b549a7 Enable JsonSerializerIsReflectionEnabledByDefault Zoltan Csizmadia 2023-11-05 06:44:21 -0600
  • 617c5700ca
    Better handle instruction aborts when hitting unmapped memory (#5869) 1.1.1070 Somebody Whoisbored 2023-11-05 04:32:17 -0700
  • 06fcbb8f64 Move Create Shortcut button to top of context menu Nicko Anastassiu 2023-11-05 12:37:02 +0200
  • 4c50784510 Bump .NET SDK version Zoltan Csizmadia 2023-11-04 18:30:12 -0500
  • 84b1ecf6c0 Use 'ArgumentOutOfRangeException.ThrowIf...' instead of explicitly throwing a new exception instance Zoltan Csizmadia 2023-11-03 13:24:50 -0500
  • 27ed4b933f No need to guard Remove with Contains Zoltan Csizmadia 2023-11-03 10:51:41 -0500
  • 82440fcb1f Use explicit [In] on array parameters Zoltan Csizmadia 2023-11-03 07:58:11 -0500
  • 19d3459977 Fix ref vs in warnings Zoltan Csizmadia 2023-11-03 07:46:17 -0500
  • 6b02a5d146 Add whitespace Zoltan Csizmadia 2023-11-03 07:25:45 -0500
  • 523d1b2a3d Fix typo Zoltan Csizmadia 2023-11-02 16:28:45 -0500
  • e9fc65f55d Disable additional analyzer messages Zoltan Csizmadia 2023-11-02 16:13:38 -0500
  • 9ca3e4583f Fix warings Zoltan Csizmadia 2023-11-02 15:44:52 -0500
  • c00b862dd8 Disable info messages Zoltan Csizmadia 2023-11-02 15:24:10 -0500
  • c9faf0f7b3 Change TargetFramework to net8.0 Zoltan Csizmadia 2023-11-02 14:22:22 -0500
  • 8b040c3cee
    Add accelerator keys for Options and Help Isaac Marovitz 2023-11-02 13:05:52 -0400
  • fbf8adc4de
    Update src/ARMeilleure/Decoders/Decoder.cs Somebody Whoisbored 2023-11-01 19:45:14 -0700
  • b6b1973e8b
    Merge branch 'master' into 4304-missing-updates Tomas Voracek 2023-11-01 22:50:58 +0100
  • 7b62f7475e
    Fix AddSessionObj NRE regression (#5875) 1.1.1069 gdkchan 2023-11-01 17:47:40 -0300
  • 9dc0e22ff6 Fix AddSessionObj NRE regression Gabriel A 2023-11-01 17:38:37 -0300
  • 841dd56f4c
    Implement copy dependency for depth and color textures (#4365) 1.1.1068 gdkchan 2023-10-31 19:00:39 -0300
  • 1114621345 Adjust ARMeilleure to better handle instruction aborts when hitting unmapped memory Somebody Whoisbored 2023-10-30 22:18:30 -0700
  • fd40bd064e
    Merge branch 'master' into mmdurrant/texture-tests mmdurrant 2023-10-30 22:23:07 -0600
  • 5421d9308d Cleanup Michael Durrant 2023-10-30 21:14:10 -0600
  • eb0e0fedce
    Merge pull request #1 from Michael-Dimitrov/mmdurrant/texture-tests mmdurrant 2023-10-30 20:42:18 -0600
  • 0f00bb1e5c Regenerate .astc and .astc.rgba files for astc decoder tests Michael Dimitrov 2023-10-30 21:44:45 -0400
  • a16d582a10
    [HLE] Remove ServerBase 1ms polling (#5855) 1.1.1067 riperiperi 2023-10-30 22:26:31 +0000
  • 9ef0be477b
    Skip some invalid texture flushes (#5755) 1.1.1066 gdkchan 2023-10-30 19:18:28 -0300
  • 6518c77a5f
    Merge remote-tracking branch 'origin/master' into formatting-fixes TSR Berry 2023-10-30 21:36:48 +0100
  • 6e2dd11b20
    nuget: bump OpenTK.Graphics from 4.7.7 to 4.8.1 dependabot[bot] 2023-10-30 16:45:51 +0000
  • af25cd0dca KTimeManager CPU load fix cdriper 2023-10-30 12:44:19 +0200
  • f1898c7093
    Fix some GUI issues TSR Berry 2023-10-30 02:44:18 +0100
  • 977d9eb45e
    Fix DLCWindow crash on GTK TSR Berry 2023-10-30 01:41:19 +0100
  • 35267b5d8f
    Fix applications with multiple programs TSR Berry 2023-10-29 21:27:11 +0100
  • 80c97432c8
    Change desktop path to the Applications folder when creating shortcut on Mac NitroTears 2023-10-29 19:44:23 +1000
  • 110aa51d39 [HLE] Remove ServerBase 1ms polling riperiperi 2023-10-29 02:36:12 +0000
  • 8bef78a1a8 Replace shaderc.net with Silk.NET.Shaderc Gabriel A 2023-10-28 19:30:57 -0300
  • 1027dd70bf Update to Silk.NET 2.18.0 Gabriel A 2023-10-28 18:57:08 -0300
  • c0b2799b44
    Merge branch 'master' into 4304-missing-updates Tomas Voracek 2023-10-28 21:58:02 +0200
  • 2e72f7e5df
    Gracefully fail when loading pfs for update and dlc window TSR Berry 2023-10-28 19:48:08 +0200
  • ae02a83920
    Apply suggestions from code review TSRBerry 2023-10-08 01:47:08 +0200
  • 7dc42443f4
    Fix formatting issues TSR Berry 2023-10-05 14:01:37 +0200
  • 35a1578ed2
    Address review comments TSR Berry 2023-09-14 17:42:40 +0200
  • 968effb5e3
    Rename TitleId to ApplicationId TSR Berry 2023-09-14 16:52:37 +0200
  • 9f5cc56c22
    Fix wrong casing for application id strings TSR Berry 2023-09-04 01:11:46 +0200
  • c7b9d45d4b
    Read the correct update file TSR Berry 2023-09-04 00:40:22 +0200
  • 5694de6f08
    Adjust property names and fileSize field TSR Berry 2023-09-03 16:04:06 +0200
  • 63ade12c1f
    Finally fix DLC issues TSR Berry 2023-09-01 18:48:00 +0200
  • 4bae7ba2df
    Apply formatting TSR Berry 2023-09-01 18:48:00 +0200
  • 266105b775
    Hopefully fix DLC issues TSR Berry 2023-09-01 18:42:31 +0200
  • 6e0187cf33
    Gtk: Add additional string for bundled updates in TitleUpdateWindow TSR Berry 2023-09-01 18:22:42 +0200
  • fd4e960eeb
    Ava: Shorten error message for invalid files TSR Berry 2023-09-01 18:17:37 +0200
  • 4b7808d065
    Handle missing file for dlc.json TSR Berry 2023-09-01 18:17:15 +0200
  • e0ac31ca3d
    Add idOffset parameter to GetNcaByType TSR Berry 2023-09-01 17:02:42 +0200
  • 09f912c667
    Fix the (hopefully) last few bugs TSR Berry 2023-08-31 01:11:44 +0200
  • 7bdd0ebc6d
    Ava: Identify bundled updates in updater window TSR Berry 2023-08-31 01:07:28 +0200
  • 6d4f5f54a0
    Get the cnmt file from its NCA TSR Berry 2023-08-30 22:54:14 +0200
  • 43f4231dd1
    Ava: Add updates and DLCs from gamecarts TSR Berry 2023-08-30 19:50:02 +0200
  • 828989afc1
    Use cnmt files and ContentCollection to load programs TSR Berry 2023-08-30 19:20:58 +0200
  • 7dcf02e768
    Change ApplicationData.TitleId type to ulong & Add TitleIdString property TSR Berry 2023-08-30 19:17:56 +0200
  • 6530e7ab24
    Don't load bundled updates from multi game xcis TSR Berry 2023-08-28 21:45:46 +0200
  • 1496936e3d
    Fix number of applications found with multi game xcis TSR Berry 2023-08-28 20:20:26 +0200
  • d55196c0f7
    Actually use patch ncas for updates TSR Berry 2023-08-28 20:19:36 +0200
  • 76fb100400
    Refactor application loading again and remove duplicate code TSR Berry 2023-08-27 20:43:44 +0200
  • 8dfa8f17af
    Get application data by title id and add programIndex check back TSR Berry 2023-08-27 17:50:46 +0200
  • 802f5266c0
    Only include program NCAs where at least one tuple item is not null TSR Berry 2023-08-27 01:08:14 +0200
  • 3da4df788b
    Refactor application loading TSR Berry 2023-08-27 00:36:04 +0200
  • ad2b0d2dbb
    Add default values to ApplicationData directly TSR Berry 2023-08-27 00:30:49 +0200
  • 9b9b5b0d31
    Fix GetArgsString using the base path TSR Berry 2023-10-28 13:48:53 +0200
  • 89bfa29d52 Changing FriendlyName to set "Ryujinx" text NitroTears 2023-10-27 20:09:01 +1000
  • 289f96af64 remove duplicate basePath arg, add --fullscreen arg NitroTears 2023-10-27 20:05:00 +1000
  • c14ce4d2a5
    Add ldn_mitm as a network client for LDN (#5656) 1.1.1065 TSRBerry 2023-10-26 00:32:13 +0200
  • 874e2ad840
    Merge branch 'master' into feature/ldn/ldn_mitm TSRBerry 2023-10-26 00:18:01 +0200
  • 171b46ef49
    macOS: Use user-friendly macOS version string (#5838) 1.1.1064 jcm 2023-10-24 17:37:13 -0500
  • 56fe2ff535
    Fix loading tickets from a Sha256PartitionFileSystem (#5844) 1.1.1063 Alex Barney 2023-10-24 09:26:25 -0700
  • 639d641159 add build identifier string jcm 2023-10-24 06:48:13 -0500
  • b79ea5c786 Fix loading tickets from a Sha256PartitionFileSystem Alex Barney 2023-10-23 23:11:17 -0700
  • b1f8f868f6
    Fix the AOC manager using incorrect paths (#5840) 1.1.1062 Alex Barney 2023-10-23 10:34:31 -0700
  • f508ec93c6
    nuget: bump Silk.NET.Vulkan.Extensions.KHR from 2.16.0 to 2.18.0 dependabot[bot] 2023-10-23 16:40:30 +0000
  • 7ed40fa485 Check Results in a few more places in the content manager Alex Barney 2023-10-22 22:56:33 -0700
  • 438476f761 Fix the content manager using incorrect path for some AOC NCAs Alex Barney 2023-10-22 22:51:30 -0700