summaryrefslogtreecommitdiffstats
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2021-07-09 01:53:42 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-10 21:11:17 +0200
commit58219d1f36f806323c9924567076b1e82fb4b0b2 (patch)
tree4d1879a1b9bf913fd7dbdd8307b361e2e33b0e2e /src/common/settings.h
parentMerge pull request #6539 from lat9nq/default-setting (diff)
downloadyuzu-58219d1f36f806323c9924567076b1e82fb4b0b2.tar
yuzu-58219d1f36f806323c9924567076b1e82fb4b0b2.tar.gz
yuzu-58219d1f36f806323c9924567076b1e82fb4b0b2.tar.bz2
yuzu-58219d1f36f806323c9924567076b1e82fb4b0b2.tar.lz
yuzu-58219d1f36f806323c9924567076b1e82fb4b0b2.tar.xz
yuzu-58219d1f36f806323c9924567076b1e82fb4b0b2.tar.zst
yuzu-58219d1f36f806323c9924567076b1e82fb4b0b2.zip
Diffstat (limited to 'src/common/settings.h')
-rw-r--r--src/common/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index bf83186f5..1d6f196c6 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -327,7 +327,7 @@ struct Values {
Setting<bool> use_nvdec_emulation{true, "use_nvdec_emulation"};
Setting<bool> accelerate_astc{true, "accelerate_astc"};
Setting<bool> use_vsync{true, "use_vsync"};
- Setting<bool> disable_fps_limit{false, "disable_fps_limit"};
+ BasicSetting<bool> disable_fps_limit{false, "disable_fps_limit"};
Setting<bool> use_assembly_shaders{false, "use_assembly_shaders"};
Setting<bool> use_asynchronous_shaders{false, "use_asynchronous_shaders"};
Setting<bool> use_fast_gpu_time{true, "use_fast_gpu_time"};