mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 15:09:58 +01: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…
x
Reference in New Issue
Block a user