mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-22 10:00:09 +00:00
Settings: Fix PGXP suboptions getting disabled
Regression from 005d48a387b24b2e65056b96cf8fabce19662911
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…
x
Reference in New Issue
Block a user