mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-08 19:20:08 +00:00
HostInterface: Fix default value for Display/CropMode
This commit is contained in:
parent
f2adb71a70
commit
63064f80c2
@ -815,7 +815,7 @@ void HostInterface::SetDefaultSettings(SettingsInterface& si)
|
||||
si.SetBoolValue("GPU", "TextureFiltering", false);
|
||||
si.SetBoolValue("GPU", "UseDebugDevice", false);
|
||||
|
||||
si.SetBoolValue("Display", "CropMode", "Overscan");
|
||||
si.SetStringValue("Display", "CropMode", "Overscan");
|
||||
si.SetBoolValue("Display", "ForceProgressiveScan", true);
|
||||
si.SetBoolValue("Display", "LinearFiltering", true);
|
||||
si.SetBoolValue("Display", "Fullscreen", false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user