mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-30 07:17:54 +03: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.