HostDisplay: Add threaded presentation for Vulkan renderer
Can add a significant speedup for fast forward. Automatically disabled when vsync is enabled.
This commit is contained in:
@ -49,6 +49,12 @@
|
||||
app:defaultValue="true"
|
||||
app:summary="@string/settings_summary_gpu_thread"
|
||||
app:iconSpaceReserved="false" />
|
||||
<SwitchPreferenceCompat
|
||||
app:key="GPU/ThreadedPresentation"
|
||||
app:title="@string/settings_gpu_threaded_presentation"
|
||||
app:defaultValue="true"
|
||||
app:summary="@string/settings_summary_gpu_threaded_presentation"
|
||||
app:iconSpaceReserved="false" />
|
||||
<SwitchPreferenceCompat
|
||||
app:key="GPU/PGXPVertexCache"
|
||||
app:title="@string/settings_pgxp_vertex_cache"
|
||||
|
||||
Reference in New Issue
Block a user