diff --git a/pcsx2/gui/Dialogs/GSDumpDialog.cpp b/pcsx2/gui/Dialogs/GSDumpDialog.cpp index 535072e351..7e129d71ee 100644 --- a/pcsx2/gui/Dialogs/GSDumpDialog.cpp +++ b/pcsx2/gui/Dialogs/GSDumpDialog.cpp @@ -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();