Config: Fix incorrect key for DisableShaderCache

This commit is contained in:
Stenzek 2023-05-08 20:57:40 +10:00 committed by refractionpcsx2
parent 5fe64396b4
commit 47636bb30f
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ void Pcsx2Config::GSOptions::LoadSave(SettingsWrapper& wrap)
GSSettingBool(IntegerScaling); GSSettingBool(IntegerScaling);
GSSettingBool(UseDebugDevice); GSSettingBool(UseDebugDevice);
GSSettingBool(UseBlitSwapChain); GSSettingBool(UseBlitSwapChain);
GSSettingBoolEx(DisableShaderCache, "disable_shader_cache"); GSSettingBool(DisableShaderCache);
GSSettingBool(DisableDualSourceBlend); GSSettingBool(DisableDualSourceBlend);
GSSettingBool(DisableFramebufferFetch); GSSettingBool(DisableFramebufferFetch);
GSSettingBool(DisableThreadedPresentation); GSSettingBool(DisableThreadedPresentation);