gs-debugger: fix gsfreeze wrong retval

This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech 2021-06-16 14:47:51 +02:00 committed by Kojin
parent 8e52dc1e22
commit edaa8f7817
1 changed files with 1 additions and 1 deletions

View File

@ -781,7 +781,7 @@ void Dialogs::GSDumpDialog::GSThread::ExecuteTaskInThread()
GSsetGameCRC((int)crc, 0);
if (!GSfreeze(0, &fd))
if (GSfreeze(0, &fd))
GSDump::isRunning = false;
GSvsync(1);
GSreset();