mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-12-16 12:08:49 +00:00
android: Mark performance overlay toggle in settings as non-runtime-editable
This commit is contained in:
parent
ed451a72d9
commit
f27490aeab
@ -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…
Reference in New Issue
Block a user