aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE
AgeCommit message (Expand)Author
2023-06-28[Ryujinx.Common] Address dotnet-format issues (#5358)1.1.936TSRBerry
2023-06-28Apply new naming rule to all projects except Vp9 (#5407)1.1.927TSRBerry
2023-06-23"StartsWith" and "EndsWith" overloads that take a "char" should be used inste...1.1.903Marco Carvalho
2023-06-23"Find" method should be used instead of the "FirstOrDefault" extension (#5344)1.1.902Marco Carvalho
2023-06-23"Exists" method should be used instead of the "Any" extension (#5345)1.1.901Marco Carvalho
2023-06-22GetHashCode should not reference mutable fields (#5331)1.1.899Marco Carvalho
2023-06-20misc: Implement address space size workarounds (#5191)1.1.898Mary
2023-06-15Inheritance list should not be redundant (#5230)1.1.895Marco Carvalho
2023-06-15Blocks should be synchronized on read-only fields (#5212)1.1.894Marco Carvalho
2023-06-13Mod Loader: Stop loading mods from folders that don't exactly match titleId (...1.1.890Kurochi51
2023-06-12hle: Stub IHidbusServer.GetBusHandle (#5284)1.1.887Steveice10
2023-06-09Non-flags enums should not be used in bitwise operations (#5214)1.1.881Marco Carvalho
2023-06-09Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'Co...1.1.877Marco Carvalho
2023-06-09Swkbd Applet Fixes (#5236)1.1.876Isaac Marovitz
2023-06-09Removing shift by 0 (#5249)1.1.875Marco Carvalho
2023-06-04Replacing ZbcColorArray with Array4<uint> (#5210)1.1.864Marco Carvalho
2023-06-04Check KeyboardMode in GUI (#4343)1.1.862WilliamWsyHK
2023-05-25Fix mod names (#5088)1.1.823TSRBerry
2023-05-21ServerBase thread safety (#4577)1.1.813jhorv
2023-05-13audio: sdl2: Do not report 5.1 if the device doesn't support it (#4908)1.1.797Mary
2023-05-09IPC - Refactor Bcat service to use new ipc - Revisit (#4803)1.1.774Emmanuel Hansen
2023-05-08misc: Avoid copy of ApplicationControlProperty (#4849)1.1.768Mary
2023-05-08time: Update for 15.0.0 changes and fixes long standing issues (#4822)1.1.766Mary
2023-05-07misc: Switch ProcessResult to a class (#4846)1.1.765Mary
2023-05-06AM: Stub some service calls (#4825)1.1.762Ac_K
2023-05-05ModLoader: Fix case sensitivy issues without breaking cheats (#4783)1.1.753TSRBerry
2023-05-04Revert "bcat ipc (#4446)" (#4801)1.1.751gdkchan
2023-05-04bcat ipc (#4446)1.1.749Emmanuel Hansen
2023-05-03Revert "ModLoader: Fix case sensitivy issues (#4720)" (#4781)1.1.746Mary
2023-05-03ModLoader: Fix case sensitivy issues (#4720)1.1.744TSRBerry
2023-04-27Move solution and projects to srcTSR Berry