mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-22 21:19:17 +01:00
ExportCustomSettings fix
This commit is contained in:
parent
75f32ed2e5
commit
e347850715
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user