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
/
Ryujinx.HLE
/
HOS
/
Kernel
/
SupervisorCall
/
Syscall.cs
Age
Commit message (
Expand
)
Author
2021-06-23
kernel: Implement MapTransferMemory and UnmapTransferMemory (#2386)
Mary
2021-05-24
POWER - Performance Optimizations With Extensive Ramifications (#2286)
riperiperi
2021-05-21
Extend info printed when guest crashes/breaks execution (#1845)
Somebody Whoisbored
2021-04-24
HLE: Fix integer sign inconcistency accross the codebase (#2222)
Mary
2020-12-09
Rewrite scheduler context switch code (#1786)
gdkchan
2020-12-02
IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...
gdkchan
2020-09-22
IPC refactor part 1: Use explicit separate threads to process requests (#1447)
gdkchan
2020-08-08
CPU: This PR fixes Fpscr, among other things. (#1433)
LDj3SNuD
2020-08-04
Improved Logger (#1292)
mageven
2020-07-19
Fix session service disposal and improve transfer memory implementation (#1397)
gdkchan
2020-07-18
Do not print guest stack trace for svcBreak debug calls (#1398)
gdkchan
2020-07-17
Improve kernel WaitSynchronization syscall implementation (#1362)
gdkchan
2020-07-17
Improve kernel IPC related syscalls (#1379)
gdkchan
2020-05-04
Move kernel state out of the Horizon class (#1107)
gdkchan