summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar bunnei2020-06-16 14:12:17 -0400
committerGravatar GitHub2020-06-16 14:12:17 -0400
commitf22d02083c0ec7627673c9ae021463e2ab8f07bd (patch)
treec50714fa1aa25fc7a367539547bacd47fe73a605 /src/core
parentMerge pull request #4091 from MerryMage/cmakelists-xbyak-order (diff)
parentyuzu/frontend: Remove internal resolution option (diff)
downloadyuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.tar.gz
yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.tar.xz
yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.zip
Merge pull request #3966 from Morph1984/hide-internal-resolution-ui
yuzu/frontend: Remove internal resolution option
Diffstat (limited to 'src/core')
-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 {
437 bool renderer_debug; 437 bool renderer_debug;
438 int vulkan_device; 438 int vulkan_device;
439 439
440 float resolution_factor; 440 u16 resolution_factor{1};
441 int aspect_ratio; 441 int aspect_ratio;
442 int max_anisotropy; 442 int max_anisotropy;
443 bool use_frame_limit; 443 bool use_frame_limit;