mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-22 20:21:14 +01:00
3b4bbd2b38
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.