skyline/app
◱ PixelyIon 00cdc1fd6f Refactor the memory implementation and add Regions
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.
2020-02-15 10:25:14 +00:00
..
libraries Native Code Execution (NCE) 2019-08-17 04:34:37 +05:30
src/main Refactor the memory implementation and add Regions 2020-02-15 10:25:14 +00:00
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Addition of Dark Theme and Compatibility with Android 10 Dark Mode 2019-12-11 17:31:12 +00:00
CMakeLists.txt Refactor the memory implementation and add Regions 2020-02-15 10:25:14 +00:00
proguard-rules.pro Fix JNI Race Condition, Fix Release Builds and Fix Searching 2019-12-11 17:31:12 +00:00