Age | Commit message (Expand) | Author |
2024-01-24 | Use unix timestamps on GetFileTimeStampRaw (#6169)1.1.1123 | gdkchan |
2024-01-22 | Add a separate device memory manager (#6153)1.1.1120 | gdkchan |
2024-01-20 | Implement a new JIT for Arm devices (#6057)1.1.1117 | gdkchan |
2024-01-18 | Change shader cache init wait method (#6131)1.1.1114 | gdkchan |
2024-01-13 | Switch to `Microsoft.IdentityModel.JsonWebTokens` (#6108)1.1.1107 | Isaac Marovitz |
2024-01-04 | Fix PPTC version string for firmware titles (#6071)1.1.1104 | gdkchan |
2024-01-04 | Add support for PermissionLocked attribute added on firmware 17.0.0 (#6072)1.1.1103 | gdkchan |
2023-12-04 | editorconfig: Set default encoding to UTF-8 (#5793)1.1.1095 | TSRBerry |
2023-11-30 | HLE: Add OS-specific precise sleep methods to reduce spinwaiting (#5948)1.1.1094 | riperiperi |
2023-11-15 | Migrate to .NET 8 (#5887)1.1.1084 | Zoltan Csizmadia |
2023-11-11 | Revert "Add support for multi game XCIs (#5638)" (#5914)1.1.1079 | gdkchan |
2023-11-11 | Add support for multi game XCIs (#5638)1.1.1076 | TSRBerry |
2023-11-07 | Force all exclusive memory accesses to be ordered on AppleHv (#5898)1.1.1072 | gdkchan |
2023-11-01 | Fix AddSessionObj NRE regression (#5875)1.1.1069 | gdkchan |
2023-10-30 | [HLE] Remove ServerBase 1ms polling (#5855)1.1.1067 | riperiperi |
2023-10-26 | Add ldn_mitm as a network client for LDN (#5656)1.1.1065 | TSRBerry |
2023-10-24 | Fix loading tickets from a Sha256PartitionFileSystem (#5844)1.1.1063 | Alex Barney |
2023-10-23 | Fix the AOC manager using incorrect paths (#5840)1.1.1062 | Alex Barney |
2023-10-22 | Update to LibHac 0.19.0 (#5831)1.1.1061 | Alex Barney |
2023-10-13 | Horizon: Migrate usb and psc services (#5800)1.1.1052 | Ac_K |
2023-10-09 | Fix games freezing after initializing LDN 1021 times (#5787)1.1.1050 | TSRBerry |
2023-10-06 | HLE: Fix Mii crc generation and minor issues (#5766)1.1.1046 | riperiperi |
2023-10-05 | Strings should not be concatenated using '+' in a loop (#5664)1.1.1043 | Marco Carvalho |
2023-10-02 | Decrement nvmap reference count on surface flinger prealloc (#5753)1.1.1038 | gdkchan |
2023-09-29 | Signal friends completion event and stub CheckBlockedUserListAvailability (#5...1.1.1037 | gdkchan |
2023-09-27 | Implement NGC service (#5681)1.1.1034 | gdkchan |
2023-09-25 | Add ldn:u implementation, INetworkClient interface and DisabledLdnClient (#5652)1.1.1026 | TSRBerry |
2023-09-20 | Horizon: Migrate wlan and stubs latest services (#5708)1.1.1020 | Ac_K |
2023-09-19 | Stub unsupported BSD socket options (#5670)1.1.1019 | gdkchan |
2023-09-14 | lbl: Migrate service to Horizon (#5628)1.1.1012 | Ac_K |
2023-09-07 | Replacing 'Assembly.GetExecutingAssembly()' with 'Type.Assembly' (#5545)1.1.1010 | Marco Carvalho |
2023-09-01 | Fix numeric SWKB validation (#5627)1.1.1004 | Isaac Marovitz |
2023-08-30 | opus: Implement GetWorkBufferSizeExEx and GetWorkBufferSizeForMultiStreamExEx...1.1.1003 | Ac_K |
2023-08-17 | mm: Migrate service in Horizon project (#5580)1.1.996 | Ac_K |
2023-08-13 | "static readonly" constants should be "const" instead (#5560)1.1.984 | Marco Carvalho |
2023-08-10 | [Hotfix] hid: Prevent out of bounds array access (#5547)1.1.979 | TSRBerry |
2023-08-09 | Allow access to code memory for exefs mods (#5518)1.1.978 | TSRBerry |
2023-07-24 | Add workflow to automatically check code style issues for PRs (#4670)1.1.969 | TSRBerry |
2023-07-19 | HLE: Fix corrupted Mii structs (#5468)1.1.966 | TSRBerry |
2023-07-17 | [Hotfix] sockets: Resolve empty port requests to 0 again (#5459)1.1.964 | TSRBerry |
2023-07-16 | [Ryujinx.HLE] Address dotnet-format issues (#5380)1.1.962 | TSRBerry |
2023-07-07 | [Ryujinx.Ava] Address dotnet-format issues (#5361)1.1.956 | TSRBerry |
2023-07-02 | [Ryujinx.Audio] Address dotnet-format issues (#5362)1.1.949 | TSRBerry |
2023-06-28 | [Ryujinx.Common] Address dotnet-format issues (#5358)1.1.936 | TSRBerry |
2023-06-28 | Apply new naming rule to all projects except Vp9 (#5407)1.1.927 | TSRBerry |
2023-06-23 | "StartsWith" and "EndsWith" overloads that take a "char" should be used inste...1.1.903 | Marco Carvalho |
2023-06-23 | "Find" method should be used instead of the "FirstOrDefault" extension (#5344)1.1.902 | Marco Carvalho |
2023-06-23 | "Exists" method should be used instead of the "Any" extension (#5345)1.1.901 | Marco Carvalho |
2023-06-22 | GetHashCode should not reference mutable fields (#5331)1.1.899 | Marco Carvalho |
2023-06-20 | misc: Implement address space size workarounds (#5191)1.1.898 | Mary |