This website requires JavaScript.
Explore
Help
Register
Sign In
Museum
/
ryujinx
Archived
Watch
1
Star
0
Fork
0
You've already forked ryujinx
Code
Issues
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-09-02
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dbe43c17199a96e86175c9dd39d6062ce58cefb4
ryujinx
/
Ryujinx.HLE
/
HOS
/
Kernel
/
Common
History
Nicholas Rodine
951700fdd8
Removed unused usings. (
#3593
)
...
* Removed unused usings. * Added back using, now that it's used. * Removed extra whitespace.
2022-08-18 18:04:54 +02:00
..
IKFutureSchedulerObject.cs
…
KAutoObject.cs
…
KernelInit.cs
Allow DRAM size to be increased from 4GB to 6GB (
#2174
)
2021-04-04 14:06:59 +02:00
KernelResult.cs
…
KernelTransfer.cs
kernel: A bit of refactoring and fix GetThreadContext3 correctness (
#3042
)
2022-01-29 22:18:03 +01:00
KResourceLimit.cs
kernel: Add resource limit related syscalls (
#2773
)
2021-10-24 01:40:13 +02:00
KSynchronizationObject.cs
…
KSystemControl.cs
kernel: Add support for CFI (
#2839
)
2021-11-28 13:01:17 +01:00
KTimeManager.cs
kernel: Fix sleep timing accuracy (
#2828
)
2021-11-28 13:15:26 +01:00
LimitableResource.cs
…
MemoryArrange.cs
Allow DRAM size to be increased from 4GB to 6GB (
#2174
)
2021-04-04 14:06:59 +02:00
MemroySize.cs
Allow DRAM size to be increased from 4GB to 6GB (
#2174
)
2021-04-04 14:06:59 +02:00
MersenneTwister.cs
Removed unused usings. (
#3593
)
2022-08-18 18:04:54 +02:00
OnScopeExit.cs
…