skyline/app/src/main/cpp
Billy Laws b23779bda1 Implement a block based GPU virtual memory manager
The GPU has it's own seperate address space to the CPU. It is able to
address 40 bit addresses and accesses the system memory. A sorted vector
has been used to store blocks as insertions are not very frequent.
2020-07-17 16:21:34 +00:00
..
skyline Implement a block based GPU virtual memory manager 2020-07-17 16:21:34 +00:00
emu_jni.cpp Introduce new loader JNI for parsing application data and port Kotlin 2020-06-20 20:26:53 +00:00
loader_jni.cpp Implement a basic NSP loader 2020-07-01 06:24:41 +00:00