mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-06 03:25:36 +00:00
GameDatabase: Actually disable auto scale for DisableUpdating
This commit is contained in:
parent
ae3b295d95
commit
42813e8840
@ -606,6 +606,7 @@ void GameDatabase::Entry::ApplySettings(Settings& settings, bool display_osd_mes
|
|||||||
}
|
}
|
||||||
|
|
||||||
settings.gpu_resolution_scale = 1;
|
settings.gpu_resolution_scale = 1;
|
||||||
|
settings.gpu_automatic_resolution_scale = false;
|
||||||
settings.gpu_multisamples = 1;
|
settings.gpu_multisamples = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user