summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorGravatar bunnei2021-06-21 11:58:12 -0700
committerGravatar GitHub2021-06-21 11:58:12 -0700
commit2a3d3d3895133c2d1d3588a2f414e3f498388ccd (patch)
tree1b2066a0d7e966faddc9efa0c643666bb67910d9 /src/common
parentMerge pull request #6486 from CaptV0rt3x/httplib (diff)
parentconfig: Add frame limiter toggle hotkey (diff)
downloadyuzu-2a3d3d3895133c2d1d3588a2f414e3f498388ccd.tar.gz
yuzu-2a3d3d3895133c2d1d3588a2f414e3f498388ccd.tar.xz
yuzu-2a3d3d3895133c2d1d3588a2f414e3f498388ccd.zip
Merge pull request #6475 from ameerj/unlimit-fps
nvflinger: Add experimental toggle to disable buffer swap interval limits
Diffstat (limited to 'src/common')
-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 {
149 Setting<bool> use_nvdec_emulation; 149 Setting<bool> use_nvdec_emulation;
150 Setting<bool> accelerate_astc; 150 Setting<bool> accelerate_astc;
151 Setting<bool> use_vsync; 151 Setting<bool> use_vsync;
152 Setting<bool> disable_fps_limit;
152 Setting<bool> use_assembly_shaders; 153 Setting<bool> use_assembly_shaders;
153 Setting<bool> use_asynchronous_shaders; 154 Setting<bool> use_asynchronous_shaders;
154 Setting<bool> use_fast_gpu_time; 155 Setting<bool> use_fast_gpu_time;