diff options
author | bunnei <bunneidev@gmail.com> | 2021-06-21 11:58:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 11:58:12 -0700 |
commit | 2a3d3d3895133c2d1d3588a2f414e3f498388ccd (patch) | |
tree | 1b2066a0d7e966faddc9efa0c643666bb67910d9 /src/yuzu_cmd/default_ini.h | |
parent | 83ac715e760b89dde9b38bd2745f811cdfaa8fb6 (diff) | |
parent | 36250a47304399c76b60493b55dc64fc8d71c279 (diff) |
Merge pull request #6475 from ameerj/unlimit-fps
nvflinger: Add experimental toggle to disable buffer swap interval limits
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 37d895ebd..c960ccf89 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -362,6 +362,9 @@ use_debug_asserts = use_auto_stub = # Enables/Disables the macro JIT compiler disable_macro_jit=false +# Presents guest frames as they become available. Experimental. +# false: Disabled (default), true: Enabled +disable_fps_limit=false [WebService] # Whether or not to enable telemetry |