mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 04:47:53 +00:00
settings: Set resolution_factor default to 1
Fixes Disgaea 6 Demo issues.
This commit is contained in:
parent
299c5594e6
commit
cf1cd3321d
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ struct Values {
|
|||
BasicSetting<bool> renderer_debug{false, "debug"};
|
||||
Setting<int> vulkan_device{0, "vulkan_device"};
|
||||
|
||||
Setting<u16> resolution_factor{0, "resolution_factor"};
|
||||
Setting<u16> resolution_factor{1, "resolution_factor"};
|
||||
// *nix platforms may have issues with the borderless windowed fullscreen mode.
|
||||
// Default to exclusive fullscreen on these platforms for now.
|
||||
Setting<int> fullscreen_mode{
|
||||
|
|
Loading…
Reference in a new issue