Call RemoveExceptionHandler when PS2VM thread is about to be destroyed.

This commit is contained in:
Jean-Philip Desjardins 2015-06-09 03:31:19 -04:00
parent 6cd0e5e3dd
commit 6b6cc3ed57

View File

@ -881,4 +881,5 @@ void CPS2VM::EmuThread()
#endif
}
}
m_ee->m_executor.RemoveExceptionHandler();
}