Android: Add threaded rendering to advanced options

This commit is contained in:
Connor McLaughlin
2020-12-09 00:11:54 +10:00
parent 5c2efd880d
commit 03ea80d130
2 changed files with 8 additions and 0 deletions

View File

@@ -35,6 +35,12 @@
app:defaultValue="false"
app:summary="@string/settings_summary_preload_image_to_ram"
app:iconSpaceReserved="false" />
<SwitchPreferenceCompat
app:key="GPU/UseThread"
app:title="@string/settings_gpu_thread"
app:defaultValue="true"
app:summary="@string/settings_summary_gpu_thread"
app:iconSpaceReserved="false" />
<SwitchPreferenceCompat
app:key="GPU/PGXPVertexCache"
app:title="@string/settings_pgxp_vertex_cache"