skyline/app/src/main/cpp
Billy Laws 670a80d2c4 Create a memory chunk for the stack shared memory
As the stack is automatically mapped in the guest by `clone` we do not
need to explicitly map it. This adds a flag to solve the issue.

Also mark the stack as stack rather than reserved.
2020-07-09 14:08:58 +00:00
..
skyline Create a memory chunk for the stack shared memory 2020-07-09 14:08:58 +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