mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-16 22:29:17 +01:00
00cdc1fd6f
This commit does a major refactor of the memory implementation, it forms a memory map which is far cleaner than trying to access it through a handle table lookup. In addition, it creates a common interface for all memory kernel objects: KMemory from which all other kernel memory objects inherit. This allows doing resizing, permission change, etc without casting to the base memory type. |
||
---|---|---|
.. | ||
codeStyleConfig.xml | ||
Project.xml |