diff options
author | bunnei <bunneidev@gmail.com> | 2020-06-16 20:12:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 20:12:17 +0200 |
commit | f22d02083c0ec7627673c9ae021463e2ab8f07bd (patch) | |
tree | c50714fa1aa25fc7a367539547bacd47fe73a605 /src/core | |
parent | Merge pull request #4091 from MerryMage/cmakelists-xbyak-order (diff) | |
parent | yuzu/frontend: Remove internal resolution option (diff) | |
download | yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.tar yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.tar.gz yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.tar.bz2 yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.tar.lz yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.tar.xz yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.tar.zst yuzu-f22d02083c0ec7627673c9ae021463e2ab8f07bd.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/settings.h | 2 |
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; |