summaryrefslogtreecommitdiffstats
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2021-06-16 18:54:52 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-06-17 07:41:56 +0200
commit3522fc019cde7645c34eec4ca0b734a4d1a41614 (patch)
tree0b93d3280398dc28327677e53713df25a50a1f59 /src/common/settings.h
parentMerge pull request #6418 from clementgallet/sdl-audio-backend (diff)
downloadyuzu-3522fc019cde7645c34eec4ca0b734a4d1a41614.tar
yuzu-3522fc019cde7645c34eec4ca0b734a4d1a41614.tar.gz
yuzu-3522fc019cde7645c34eec4ca0b734a4d1a41614.tar.bz2
yuzu-3522fc019cde7645c34eec4ca0b734a4d1a41614.tar.lz
yuzu-3522fc019cde7645c34eec4ca0b734a4d1a41614.tar.xz
yuzu-3522fc019cde7645c34eec4ca0b734a4d1a41614.tar.zst
yuzu-3522fc019cde7645c34eec4ca0b734a4d1a41614.zip
Diffstat (limited to 'src/common/settings.h')
-rw-r--r--src/common/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index 6198f2d9f..bc3298417 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -149,6 +149,7 @@ struct Values {
Setting<bool> use_nvdec_emulation;
Setting<bool> accelerate_astc;
Setting<bool> use_vsync;
+ Setting<bool> disable_fps_limit;
Setting<bool> use_assembly_shaders;
Setting<bool> use_asynchronous_shaders;
Setting<bool> use_fast_gpu_time;