diff options
author | VolcaEM <63682805+VolcaEM@users.noreply.github.com> | 2020-06-25 23:34:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 23:34:37 +0200 |
commit | 0f4512291a0504b32fac248f73a68fec34f657fe (patch) | |
tree | 3c69736a2ac82a9a0076ec3b79673c814e5f1abd /src/core/settings.h | |
parent | Fix typo 2: electric boogaloo (diff) | |
parent | Merge pull request #4136 from VolcaEM/mods (diff) | |
download | yuzu-0f4512291a0504b32fac248f73a68fec34f657fe.tar yuzu-0f4512291a0504b32fac248f73a68fec34f657fe.tar.gz yuzu-0f4512291a0504b32fac248f73a68fec34f657fe.tar.bz2 yuzu-0f4512291a0504b32fac248f73a68fec34f657fe.tar.lz yuzu-0f4512291a0504b32fac248f73a68fec34f657fe.tar.xz yuzu-0f4512291a0504b32fac248f73a68fec34f657fe.tar.zst yuzu-0f4512291a0504b32fac248f73a68fec34f657fe.zip |
Diffstat (limited to 'src/core/settings.h')
-rw-r--r-- | src/core/settings.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 78eb33737..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; @@ -474,6 +474,7 @@ struct Values { bool reporting_services; bool quest_flag; bool disable_cpu_opt; + bool disable_macro_jit; // BCAT std::string bcat_backend; |