This website requires JavaScript.
Explore
Help
Sign In
DuckDuckWhale
/
ryujinx
Watch
1
Star
0
Fork
0
You've already forked ryujinx
mirror of
https://github.com/Ryujinx/Ryujinx.git
synced
2026-03-05 06:03:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ryujinx
/
Ryujinx.HLE
/
HOS
/
Kernel
/
Threading
History
gdkchan
57bb0abda3
Print guest stack trace on invalid memory access (
#1407
)
...
* Print guest stack trace on invalid memory access * Improve XML docs
2020-07-30 23:16:41 +10:00
..
ArbitrationType.cs
…
HleCoreManager.cs
…
HleScheduler.cs
Use a Jump Table for direct and indirect calls/jumps, removing transitions to managed (
#975
)
2020-03-12 14:20:55 +11:00
KAddressArbiter.cs
Move kernel state out of the Horizon class (
#1107
)
2020-05-04 13:41:29 +10:00
KConditionVariable.cs
Move kernel state out of the Horizon class (
#1107
)
2020-05-04 13:41:29 +10:00
KCoreContext.cs
…
KCriticalSection.cs
…
KEvent.cs
…
KReadableEvent.cs
Move kernel state out of the Horizon class (
#1107
)
2020-05-04 13:41:29 +10:00
KScheduler.cs
…
KSchedulingData.cs
…
KSynchronization.cs
…
KThread.cs
…
KWritableEvent.cs
…
SignalType.cs
…
ThreadSchedState.cs
…
ThreadType.cs
…