Settings: Fix PGXP suboptions getting disabled
Regression from 005d48a387
This commit is contained in:
parent
f83cbbda12
commit
49134efe4e
|
@ -963,7 +963,7 @@ void Settings::FixIncompatibleSettings(bool display_osd_messages)
|
|||
}
|
||||
g_settings.gpu_pgxp_enable = false;
|
||||
}
|
||||
else
|
||||
else if (!g_settings.gpu_pgxp_enable)
|
||||
{
|
||||
g_settings.gpu_pgxp_culling = false;
|
||||
g_settings.gpu_pgxp_texture_correction = false;
|
||||
|
|
Loading…
Reference in New Issue