Merge pull request #6475 from ameerj/unlimit-fps

nvflinger: Add experimental toggle to disable buffer swap interval limits
This commit is contained in:
bunnei 2021-06-21 11:58:12 -07:00 committed by GitHub
commit 2a3d3d3895
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 46 additions and 3 deletions

View file

@ -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;