summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-06-16 14:12:17 -0400
committerGitHub <noreply@github.com>2020-06-16 14:12:17 -0400
commitf22d02083c0ec7627673c9ae021463e2ab8f07bd (patch)
treec50714fa1aa25fc7a367539547bacd47fe73a605 /src/core/settings.h
parented2cd9d8f3b9c82eb6013cf389c06ab783499d83 (diff)
parent03fad5ebe86309cf22732ec9b8d3caf3da63f7b9 (diff)
Merge pull request #3966 from Morph1984/hide-internal-resolution-ui
yuzu/frontend: Remove internal resolution option
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 36cd66fd4..33e1e06cd 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -437,7 +437,7 @@ struct Values {
bool renderer_debug;
int vulkan_device;
- float resolution_factor;
+ u16 resolution_factor{1};
int aspect_ratio;
int max_anisotropy;
bool use_frame_limit;