Remove DwmFlush()

This commit is contained in:
ns6089
2023-05-12 16:46:05 +03:00
committed by Cameron Gutman
parent 9ae40d3d5a
commit 8dc51a21df
6 changed files with 0 additions and 56 deletions

View File

@@ -582,18 +582,6 @@
tools\dxgi-info.exe<br />
</div>
</div>
<!--DwmFlush-->
<div class="mb-3" v-if="platform === 'windows'">
<label for="dwmflush" class="form-label">DwmFlush</label>
<select id="dwmflush" class="form-select" v-model="config.dwmflush">
<option value="disabled">Disabled</option>
<option value="enabled">Enabled</option>
</select>
<div class="form-text">
Improves capture latency/smoothness during mouse movement.<br />
Disable if you encounter any VSync-related issues.
</div>
</div>
<div class="mb-3" v-if="platform === 'linux'">
<label for="output_name" class="form-label">Monitor number</label>
<input