mirror of https://github.com/PCSX2/pcsx2.git
GS: Fix small config refresh bug.
This commit is contained in:
parent
d92b6648ac
commit
fd6b0d07fb
|
@ -835,7 +835,7 @@ void GSUpdateConfig(const Pcsx2Config::GSOptions& new_config)
|
|||
GSConfig.UserHacks_DisablePartialInvalidation != old_config.UserHacks_DisablePartialInvalidation ||
|
||||
GSConfig.UserHacks_TextureInsideRt != old_config.UserHacks_TextureInsideRt ||
|
||||
GSConfig.UserHacks_CPUSpriteRenderBW != old_config.UserHacks_CPUSpriteRenderBW ||
|
||||
GSConfig.UserHacks_CPUSpriteRenderBW != old_config.UserHacks_CPUCLUTRender)
|
||||
GSConfig.UserHacks_CPUCLUTRender != old_config.UserHacks_CPUCLUTRender)
|
||||
{
|
||||
g_gs_renderer->PurgeTextureCache();
|
||||
g_gs_renderer->PurgePool();
|
||||
|
|
Loading…
Reference in New Issue