mirror of https://github.com/PCSX2/pcsx2.git
Config: Fix incorrect key for DisableShaderCache
This commit is contained in:
parent
5fe64396b4
commit
47636bb30f
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue