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
/
Threading
/
KThread.cs
Age
Commit message (
Expand
)
Author
2020-05-04
Implement a new physical memory manager and replace DeviceMemory (#856)
gdkchan
2020-04-21
Suppress warnings from fields never used or never assigned (CS0169 and CS0649...
Cristallix
2020-03-12
Use a Jump Table for direct and indirect calls/jumps, removing transitions to...
riperiperi
2020-02-06
Fix a crash when closing the main UI (#904)
Thog
2020-01-13
Name all threads (#886)
Ac_K
2019-12-26
Make HLE disposable safely (#850)
Thog
2019-11-14
Set AArch32 mode in KThread (#818)
Natalie C
2019-10-31
.NET Core 3.0 is here! (#784)
LDj3SNuD
2019-08-08
Add a new JIT compiler for CPU code (#693)
gdkchan
2019-07-02
Misc cleanup (#708)
Alex Barney
2019-03-15
Print Guest Stack Trace in ServiceNotImplemented Exception (#650)
jduncanator
2019-02-19
ARM exclusive monitor and multicore fixes (#589)
gdkchan
2019-01-29
Implement some ARM32 memory instructions and CMP (#565)
gdkchan
2019-01-24
Add ARM32 support on the translator (#561)
gdkchan
2019-01-18
Improve kernel IPC implementation (#550)
gdkchan
2018-12-18
Refactor SVC handler (#540)
gdkchan