mirror of https://github.com/PCSX2/pcsx2.git
gs-debugger: fix gsfreeze wrong retval
This commit is contained in:
parent
8e52dc1e22
commit
edaa8f7817
|
@ -781,7 +781,7 @@ void Dialogs::GSDumpDialog::GSThread::ExecuteTaskInThread()
|
||||||
|
|
||||||
GSsetGameCRC((int)crc, 0);
|
GSsetGameCRC((int)crc, 0);
|
||||||
|
|
||||||
if (!GSfreeze(0, &fd))
|
if (GSfreeze(0, &fd))
|
||||||
GSDump::isRunning = false;
|
GSDump::isRunning = false;
|
||||||
GSvsync(1);
|
GSvsync(1);
|
||||||
GSreset();
|
GSreset();
|
||||||
|
|
Loading…
Reference in New Issue