aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/Memory/KMemoryArrange.cs
AgeCommit message (Collapse)Author
2021-04-04Allow DRAM size to be increased from 4GB to 6GB (#2174)gdkchan
* Allow DRAM size to be increased from 4GB to 6GB * Add option on the UI
2018-12-18Refactor SVC handler (#540)gdkchan
* Refactor SVC handler * Get rid of KernelErr * Split kernel code files into multiple folders