mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-05-20 00:08:00 +03:00
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.