From cf1cd3321d12ef96062c3b59b98542e3155822d4 Mon Sep 17 00:00:00 2001 From: lat9nq <22451773+lat9nq@users.noreply.github.com> Date: Thu, 1 Jul 2021 12:06:12 -0400 Subject: settings: Set resolution_factor default to 1 Fixes Disgaea 6 Demo issues. --- src/common/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/settings.h') diff --git a/src/common/settings.h b/src/common/settings.h index 13896debf..c799e6243 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -308,7 +308,7 @@ struct Values { BasicSetting renderer_debug{false, "debug"}; Setting vulkan_device{0, "vulkan_device"}; - Setting resolution_factor{0, "resolution_factor"}; + Setting 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 fullscreen_mode{ -- cgit v1.2.3