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
/
Kernel
Age
Commit message (
Expand
)
Author
2024-02-22
Migrate Audio service to new IPC (#6285)
gdkchan
2024-02-15
Fix PermissionLocked check on UnmapProcessCodeMemory (#6314)
gdkchan
2024-01-04
Add support for PermissionLocked attribute added on firmware 17.0.0 (#6072)
gdkchan
2023-12-04
editorconfig: Set default encoding to UTF-8 (#5793)
TSRBerry
2023-11-30
HLE: Add OS-specific precise sleep methods to reduce spinwaiting (#5948)
riperiperi
2023-11-07
Force all exclusive memory accesses to be ordered on AppleHv (#5898)
gdkchan
2023-10-05
Strings should not be concatenated using '+' in a loop (#5664)
Marco Carvalho
2023-07-16
[Ryujinx.HLE] Address dotnet-format issues (#5380)
TSRBerry
2023-06-23
"Exists" method should be used instead of the "Any" extension (#5345)
Marco Carvalho
2023-06-20
misc: Implement address space size workarounds (#5191)
Mary
2023-06-15
Blocks should be synchronized on read-only fields (#5212)
Marco Carvalho
2023-06-09
Non-flags enums should not be used in bitwise operations (#5214)
Marco Carvalho
2023-06-09
Removing shift by 0 (#5249)
Marco Carvalho
2023-04-27
Move solution and projects to src
TSR Berry