mirror of https://github.com/PCSX2/pcsx2.git
Better MTVU thread cancel
This commit is contained in:
parent
1111e03901
commit
58aaea6277
|
@ -717,9 +717,10 @@ Pcsx2App::Pcsx2App()
|
|||
Pcsx2App::~Pcsx2App()
|
||||
{
|
||||
pxDoAssert = pxAssertImpl_LogIt;
|
||||
if (THREAD_VU1) {
|
||||
try {
|
||||
vu1Thread.Cancel();
|
||||
}
|
||||
DESTRUCTOR_CATCHALL
|
||||
}
|
||||
|
||||
void Pcsx2App::CleanUp()
|
||||
|
|
Loading…
Reference in New Issue