index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Ryujinx.HLE
/
HOS
Age
Commit 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-22
GetHashCode should not reference mutable fields (#5331)
Marco Carvalho
2023-06-20
misc: Implement address space size workarounds (#5191)
Mary
2023-06-15
Inheritance list should not be redundant (#5230)
Marco Carvalho
2023-06-15
Blocks should be synchronized on read-only fields (#5212)
Marco Carvalho
2023-06-13
Mod Loader: Stop loading mods from folders that don't exactly match titleId (...
Kurochi51
2023-06-12
hle: Stub IHidbusServer.GetBusHandle (#5284)
Steveice10
2023-06-09
Non-flags enums should not be used in bitwise operations (#5214)
Marco Carvalho
2023-06-09
Swkbd Applet Fixes (#5236)
Isaac Marovitz
2023-06-09
Removing shift by 0 (#5249)
Marco Carvalho
2023-06-04
Replacing ZbcColorArray with Array4<uint> (#5210)
Marco Carvalho
2023-06-04
Check KeyboardMode in GUI (#4343)
WilliamWsyHK
2023-05-25
Fix mod names (#5088)
TSRBerry
2023-05-21
ServerBase thread safety (#4577)
jhorv
2023-05-13
audio: sdl2: Do not report 5.1 if the device doesn't support it (#4908)
Mary
2023-05-09
IPC - Refactor Bcat service to use new ipc - Revisit (#4803)
Emmanuel Hansen
2023-05-08
time: Update for 15.0.0 changes and fixes long standing issues (#4822)
Mary
2023-05-06
AM: Stub some service calls (#4825)
Ac_K
2023-05-05
ModLoader: Fix case sensitivy issues without breaking cheats (#4783)
TSRBerry
2023-05-04
Revert "bcat ipc (#4446)" (#4801)
gdkchan
2023-05-04
bcat ipc (#4446)
Emmanuel Hansen
2023-05-03
Revert "ModLoader: Fix case sensitivy issues (#4720)" (#4781)
Mary
2023-05-03
ModLoader: Fix case sensitivy issues (#4720)
TSRBerry
2023-04-27
Move solution and projects to src
TSR Berry