skyline/app
PixelyIon 3b4bbd2b38 Switch to using exceptions for guest exiting
Guest-driven exiting could cause objects left on the heap due to a `std::longjmp` from high up in the host call stack, this has been fixed by introducing `ExitException` which implicitly unrolls the stack with the exception handling mechanism.
2021-10-26 10:46:36 +05:30
..
libraries Improve Clean Exit + Audio Pausing + Improve System Language Setting 2021-10-26 10:46:36 +05:30
src/main Switch to using exceptions for guest exiting 2021-10-26 10:46:36 +05:30
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Split monolithic common.h into smaller chunks 2021-10-26 10:46:36 +05:30
CMakeLists.txt Android 12 Support + Update Libraries + Include Khronos Validation Layer 2021-10-26 10:46:36 +05:30
proguard-rules.pro Keep member names in pro guard 2020-11-12 22:19:55 +05:30