mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Run exception handlers on an alternate stack on Linux.
*Completely untested.* Someone please test.
This commit is contained in:
@ -11,4 +11,5 @@ namespace EMM
|
||||
{
|
||||
typedef u32 EAddr;
|
||||
void InstallExceptionHandler();
|
||||
void UninstallExceptionHandler();
|
||||
}
|
||||
|
Reference in New Issue
Block a user