mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-17 00:26:24 +01:00
![◱ PixelyIon](/assets/img/avatar_default.png)
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.