GSRunner: Use correct config name to disable shader cache.

This commit is contained in:
TJnotJT
2025-11-17 23:08:29 -05:00
committed by lightningterror
parent 5476c5a17f
commit f1dc232f91

View File

@@ -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"))