summaryrefslogtreecommitdiffstats
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-11-06 04:07:07 +0100
committerLioncash <mathew1800@gmail.com>2020-11-06 04:07:10 +0100
commitc0ab5b79dc857981f45e9003d815435e3b6907a9 (patch)
tree8e5e74e3b7d6321ebbd12e1ae58c07b37711879c /src/core/settings.h
parentMerge pull request #4889 from lioncash/setting-global (diff)
downloadyuzu-c0ab5b79dc857981f45e9003d815435e3b6907a9.tar
yuzu-c0ab5b79dc857981f45e9003d815435e3b6907a9.tar.gz
yuzu-c0ab5b79dc857981f45e9003d815435e3b6907a9.tar.bz2
yuzu-c0ab5b79dc857981f45e9003d815435e3b6907a9.tar.lz
yuzu-c0ab5b79dc857981f45e9003d815435e3b6907a9.tar.xz
yuzu-c0ab5b79dc857981f45e9003d815435e3b6907a9.tar.zst
yuzu-c0ab5b79dc857981f45e9003d815435e3b6907a9.zip
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index dcb1dbb31..28616a574 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -101,7 +101,7 @@ struct Values {
bool renderer_debug;
Setting<int> vulkan_device;
- Setting<u16> resolution_factor = Setting(static_cast<u16>(1));
+ Setting<u16> resolution_factor{1};
Setting<int> aspect_ratio;
Setting<int> max_anisotropy;
Setting<bool> use_frame_limit;