mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-08 10:07:06 +00:00
Make sure the io thread doesn't revive itself.
Stupid zombies. Stay dead.
This commit is contained in:
parent
1f99be4131
commit
585f86c805
@ -435,6 +435,7 @@ void __IoManagerThread() {
|
||||
}
|
||||
|
||||
void __IoWakeManager() {
|
||||
ioManagerThreadEnabled = false;
|
||||
ioManager.FinishEventLoop();
|
||||
ioManager.SyncThread();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user