Explorar o código

settings: Set resolution_factor default to 1

Fixes Disgaea 6 Demo issues.
lat9nq %!s(int64=5) %!d(string=hai) anos
pai
achega
cf1cd3321d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/settings.h

+ 1 - 1
src/common/settings.h

@@ -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{