mirror of https://github.com/PCSX2/pcsx2.git
GSDumpRunner: Fix new options, add missing Preload Frame
This commit is contained in:
parent
f556dd2584
commit
52a1396e29
|
@ -540,6 +540,8 @@ static bool ParseCommandLineArgs(int argc, char* argv[], VMBootParameters& param
|
|||
s_settings_interface.SetBoolValue("EmuCore/GS", "UserHacks_DisableSafeFeatures", true);
|
||||
if (str.find("tinrt") != std::string::npos)
|
||||
s_settings_interface.SetBoolValue("EmuCore/GS", "UserHacks_TextureInsideRt", true);
|
||||
if (str.find("plf") != std::string::npos)
|
||||
s_settings_interface.SetBoolValue("EmuCore/GS", "preload_frame_with_gs_data", true);
|
||||
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue