mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-25 03:46:01 -05:00
Revert "Don't add segfault handler in interpreter mode"
This commit is contained in:
@@ -380,7 +380,7 @@ int main(int argc, char* argv[])
|
||||
[event release];
|
||||
[pool release];
|
||||
#else
|
||||
while (PowerPC::GetState() != PowerPC::STATE_POWERDOWN)
|
||||
while (PowerPC::GetState() != PowerPC::CPU_POWERDOWN)
|
||||
updateMainFrameEvent.Wait();
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user