android: Mark performance overlay toggle in settings as non-runtime-editable

This commit is contained in:
OpenSauce04 2025-09-10 19:48:50 +01:00 committed by OpenSauce
parent ed451a72d9
commit f27490aeab

View File

@ -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? =