Android: Add threaded rendering to advanced options
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user