diff --git a/pcsx2-gsrunner/Main.cpp b/pcsx2-gsrunner/Main.cpp index 39cb54a42f..f0470b7d8a 100644 --- a/pcsx2-gsrunner/Main.cpp +++ b/pcsx2-gsrunner/Main.cpp @@ -730,7 +730,7 @@ bool GSRunner::ParseCommandLineArgs(int argc, char* argv[], VMBootParameters& pa else if (CHECK_ARG("-noshadercache")) { Console.WriteLn("Disabling shader cache"); - s_settings_interface.SetBoolValue("EmuCore/GS", "disable_shader_cache", true); + s_settings_interface.SetBoolValue("EmuCore/GS", "DisableShaderCache", true); continue; } else if (CHECK_ARG("-window"))