mirror of https://github.com/PCSX2/pcsx2.git
GS Debugger: Fix hw hacks behavior not properly disabling.
This commit is contained in:
parent
2068240e1a
commit
13cc0caed7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue