aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS
AgeCommit message (Expand)Author
2023-06-23"StartsWith" and "EndsWith" overloads that take a "char" should be used inste...Marco Carvalho
2023-06-23"Exists" method should be used instead of the "Any" extension (#5345)Marco Carvalho
2023-06-22GetHashCode should not reference mutable fields (#5331)Marco Carvalho
2023-06-20misc: Implement address space size workarounds (#5191)Mary
2023-06-15Inheritance list should not be redundant (#5230)Marco Carvalho
2023-06-15Blocks should be synchronized on read-only fields (#5212)Marco Carvalho
2023-06-13Mod Loader: Stop loading mods from folders that don't exactly match titleId (...Kurochi51
2023-06-12hle: Stub IHidbusServer.GetBusHandle (#5284)Steveice10
2023-06-09Non-flags enums should not be used in bitwise operations (#5214)Marco Carvalho
2023-06-09Swkbd Applet Fixes (#5236)Isaac Marovitz
2023-06-09Removing shift by 0 (#5249)Marco Carvalho
2023-06-04Replacing ZbcColorArray with Array4<uint> (#5210)Marco Carvalho
2023-06-04Check KeyboardMode in GUI (#4343)WilliamWsyHK
2023-05-25Fix mod names (#5088)TSRBerry
2023-05-21ServerBase thread safety (#4577)jhorv
2023-05-13audio: sdl2: Do not report 5.1 if the device doesn't support it (#4908)Mary
2023-05-09IPC - Refactor Bcat service to use new ipc - Revisit (#4803)Emmanuel Hansen
2023-05-08time: Update for 15.0.0 changes and fixes long standing issues (#4822)Mary
2023-05-06AM: Stub some service calls (#4825)Ac_K
2023-05-05ModLoader: Fix case sensitivy issues without breaking cheats (#4783)TSRBerry
2023-05-04Revert "bcat ipc (#4446)" (#4801)gdkchan
2023-05-04bcat ipc (#4446)Emmanuel Hansen
2023-05-03Revert "ModLoader: Fix case sensitivy issues (#4720)" (#4781)Mary
2023-05-03ModLoader: Fix case sensitivy issues (#4720)TSRBerry
2023-04-27Move solution and projects to srcTSR Berry