diff --git a/pcsx2/gui/Dialogs/GSDumpDialog.cpp b/pcsx2/gui/Dialogs/GSDumpDialog.cpp index 8840670e8b..a894823b92 100644 --- a/pcsx2/gui/Dialogs/GSDumpDialog.cpp +++ b/pcsx2/gui/Dialogs/GSDumpDialog.cpp @@ -859,6 +859,8 @@ void Dialogs::GSDumpDialog::GSThread::ExecuteTaskInThread() } Pcsx2Config::GSOptions config(g_Conf->EmuOptions.GS); + config.MaskUserHacks(); + config.MaskUpscalingHacks(); if (!m_dump_file->GetSerial().empty()) { if (const GameDatabaseSchema::GameEntry* entry = GameDatabase::findGame(m_dump_file->GetSerial()); entry)