mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-08 01:49: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.