summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Morph2020-06-06 15:56:14 -0400
committerGravatar Morph2020-06-06 15:56:14 -0400
commit03fad5ebe86309cf22732ec9b8d3caf3da63f7b9 (patch)
treec35c267bb682277c30e491f1e1138c27048ac350 /src/core
parentMerge pull request #4039 from FearlessTobi/port-5376 (diff)
downloadyuzu-03fad5ebe86309cf22732ec9b8d3caf3da63f7b9.tar.gz
yuzu-03fad5ebe86309cf22732ec9b8d3caf3da63f7b9.tar.xz
yuzu-03fad5ebe86309cf22732ec9b8d3caf3da63f7b9.zip
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 78eb33737..9d916d5cb 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;