android: Make Asynchronous shader compilation non runtime editable

This commit is contained in:
kleidis 2024-09-17 12:13:40 +02:00 committed by OpenSauce
parent d05749e1fd
commit 62e2e0a8f2

View File

@ -36,7 +36,8 @@ enum class BooleanSetting(
private val NOT_RUNTIME_EDITABLE = listOf(
PLUGIN_LOADER,
ALLOW_PLUGIN_LOADER,
ADRENO_GPU_BOOST
ADRENO_GPU_BOOST,
ASYNC_SHADERS
)
fun from(key: String): BooleanSetting? =