Settings: Fix PGXP suboptions getting disabled

Regression from 005d48a387
This commit is contained in:
Stenzek 2024-10-19 12:59:18 +10:00
parent f83cbbda12
commit 49134efe4e
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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;