android: Mark performance overlay toggle in settings as non-runtime-editable
This commit is contained in:
parent
22708959dc
commit
21e8566436
1 changed files with 2 additions and 1 deletions
|
|
@ -85,7 +85,8 @@ enum class BooleanSetting(
|
|||
SHADERS_ACCURATE_MUL,
|
||||
USE_ARTIC_BASE_CONTROLLER,
|
||||
COMPRESS_INSTALLED_CIA_CONTENT,
|
||||
ANDROID_HIDE_IMAGES
|
||||
ANDROID_HIDE_IMAGES,
|
||||
OVERLAY_ENABLE // Works in overlay options, but not from the settings menu
|
||||
)
|
||||
|
||||
fun from(key: String): BooleanSetting? =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue