mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
GSRunner: Use correct config name to disable shader cache.
Some checks are pending
🐧 Linux Builds / AppImage (push) Waiting to run
🐧 Linux Builds / Flatpak (push) Waiting to run
🍎 MacOS Builds / Defaults (push) Waiting to run
🖥️ Windows Builds / Lint VS Project Files (push) Waiting to run
🖥️ Windows Builds / SSE4 (push) Blocked by required conditions
🖥️ Windows Builds / AVX2 (push) Blocked by required conditions
🖥️ Windows Builds / CMake (push) Waiting to run
Some checks are pending
🐧 Linux Builds / AppImage (push) Waiting to run
🐧 Linux Builds / Flatpak (push) Waiting to run
🍎 MacOS Builds / Defaults (push) Waiting to run
🖥️ Windows Builds / Lint VS Project Files (push) Waiting to run
🖥️ Windows Builds / SSE4 (push) Blocked by required conditions
🖥️ Windows Builds / AVX2 (push) Blocked by required conditions
🖥️ Windows Builds / CMake (push) Waiting to run
This commit is contained in:
parent
5476c5a17f
commit
f1dc232f91
@ -730,7 +730,7 @@ bool GSRunner::ParseCommandLineArgs(int argc, char* argv[], VMBootParameters& pa
|
|||||||
else if (CHECK_ARG("-noshadercache"))
|
else if (CHECK_ARG("-noshadercache"))
|
||||||
{
|
{
|
||||||
Console.WriteLn("Disabling shader cache");
|
Console.WriteLn("Disabling shader cache");
|
||||||
s_settings_interface.SetBoolValue("EmuCore/GS", "disable_shader_cache", true);
|
s_settings_interface.SetBoolValue("EmuCore/GS", "DisableShaderCache", true);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
else if (CHECK_ARG("-window"))
|
else if (CHECK_ARG("-window"))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user