ExportCustomSettings fix

This commit is contained in:
Ismael 2023-05-05 17:58:04 +02:00
parent 75f32ed2e5
commit e347850715

View File

@ -48,7 +48,8 @@ class ExportCustomSettingsPreference @JvmOverloads constructor(context : Context
- Docked: $systemIsDocked - Docked: $systemIsDocked
GPU GPU
- Driver: $gpuDriver (executors: $gpuExecSlotCount slots, threshold of $gpuExecFlushThreshold) - Driver: $gpuDriver
- Executors: $gpuExecSlotCount slots (threshold: $gpuExecFlushThreshold)
- Triple buffering: $gpuTripleBuffering, DMI: $gpuDMI - Triple buffering: $gpuTripleBuffering, DMI: $gpuDMI
- Max clocks: $gpuForceMaxGpuClocks, free guest texture memory: $gpuFreeGuestTextureMemory - Max clocks: $gpuForceMaxGpuClocks, free guest texture memory: $gpuFreeGuestTextureMemory
- Disable shader cache: $gpuDisableShaderCache - Disable shader cache: $gpuDisableShaderCache
@ -56,7 +57,7 @@ class ExportCustomSettingsPreference @JvmOverloads constructor(context : Context
HACKS HACKS
- Fast GPU readback: $hackFastGpuReadback, fast readback writes $hackFastReadbackWrite - Fast GPU readback: $hackFastGpuReadback, fast readback writes $hackFastReadbackWrite
- Disable GPU subgroup shuffle: $hackDisableSubgroupShuffle - Disable GPU subgroup shuffle: $hackDisableSubgroupShuffle
""".trimIndent() """.trimIndent().replace("true", "✔").replace("false", "✖")
) )
MaterialAlertDialogBuilder(context) MaterialAlertDialogBuilder(context)