mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
Revert "Don't add segfault handler in interpreter mode"
This commit is contained in:
parent
038111b262
commit
b0b70381f7
23 changed files with 66 additions and 80 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue