Skip to content
Snippets Groups Projects
Commit 755c4577 authored by t895's avatar t895
Browse files

android: Pair fastmem toggle to CPU Debug toggle

Hides fastmem toggle when CPU Debugging is disabled
parent 12178c69
No related branches found
No related tags found
No related merge requests found
......@@ -298,6 +298,7 @@ abstract class SettingsItem(
override val key: String = FASTMEM_COMBINED
override val isRuntimeModifiable: Boolean = false
override val pairedSettingKey = BooleanSetting.CPU_DEBUG_MODE.key
override val defaultValue: Boolean = true
override val isSwitchable: Boolean = true
override var global: Boolean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment