From 3522fc019cde7645c34eec4ca0b734a4d1a41614 Mon Sep 17 00:00:00 2001 From: ameerj <52414509+ameerj@users.noreply.github.com> Date: Wed, 16 Jun 2021 12:54:52 -0400 Subject: nvflinger: Add toggle to disable buffer swap interval limits Enabling this setting will allow some titles to present more frames to the screen as they become available in the nvflinger buffer queue. --- src/common/settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/settings.h') 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 use_nvdec_emulation; Setting accelerate_astc; Setting use_vsync; + Setting disable_fps_limit; Setting use_assembly_shaders; Setting use_asynchronous_shaders; Setting use_fast_gpu_time; -- cgit v1.2.3