mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-03 02:00:05 +00:00
GameDatabase: Fix DisableUpscaling trait with auto res
This commit is contained in:
parent
fc7934a2be
commit
2cc0851116
@ -597,7 +597,7 @@ void GameDatabase::Entry::ApplySettings(Settings& settings, bool display_osd_mes
|
||||
|
||||
if (HasTrait(Trait::DisableUpscaling))
|
||||
{
|
||||
if (display_osd_messages && settings.gpu_resolution_scale > 1)
|
||||
if (display_osd_messages && settings.gpu_resolution_scale != 1)
|
||||
APPEND_MESSAGE(TRANSLATE_SV("GameDatabase", "Upscaling disabled."));
|
||||
|
||||
settings.gpu_resolution_scale = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user