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.
This commit is contained in:
ameerj
2021-06-16 12:54:52 -04:00
parent abb0124b84
commit 3522fc019c
8 changed files with 38 additions and 0 deletions

View File

@ -76,6 +76,24 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="disable_fps_limit">
<property name="enabled">
<bool>true</bool>
</property>
<property name="toolTip">
<string>
&lt;html&gt;&lt;head/&gt;&lt;body&gt;
&lt;p&gt;Presents guest frames as they become available, disabling the FPS limit in most titles.&lt;/p&gt;
&lt;p&gt;NOTE: Will cause instabilities.&lt;/p&gt;
&lt;/body&gt;&lt;/html&gt;
</string>
</property>
<property name="text">
<string>Disable framerate limit (experimental)</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="use_assembly_shaders">
<property name="toolTip">