diff options
author | bunnei <bunneidev@gmail.com> | 2021-06-21 20:58:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 20:58:12 +0200 |
commit | 2a3d3d3895133c2d1d3588a2f414e3f498388ccd (patch) | |
tree | 1b2066a0d7e966faddc9efa0c643666bb67910d9 /src/common | |
parent | Merge pull request #6486 from CaptV0rt3x/httplib (diff) | |
parent | config: Add frame limiter toggle hotkey (diff) | |
download | yuzu-2a3d3d3895133c2d1d3588a2f414e3f498388ccd.tar yuzu-2a3d3d3895133c2d1d3588a2f414e3f498388ccd.tar.gz yuzu-2a3d3d3895133c2d1d3588a2f414e3f498388ccd.tar.bz2 yuzu-2a3d3d3895133c2d1d3588a2f414e3f498388ccd.tar.lz yuzu-2a3d3d3895133c2d1d3588a2f414e3f498388ccd.tar.xz yuzu-2a3d3d3895133c2d1d3588a2f414e3f498388ccd.tar.zst yuzu-2a3d3d3895133c2d1d3588a2f414e3f498388ccd.zip |
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/settings.h | 1 |
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; |