mirror of
https://github.com/azahar-emu/azahar.git
synced 2025-03-04 09:45:23 +01:00
android: Make Asynchronous shader compilation
non runtime editable (#260)
I'm sure this was an oversight by the original devs and not intended to actually be runtime editable guessing by Qt's behavior See https://github.com/Lime3DS/Lime3DS/issues/442
This commit is contained in:
parent
37c169ca05
commit
6f86fc8dc4
@ -34,7 +34,8 @@ enum class BooleanSetting(
|
|||||||
companion object {
|
companion object {
|
||||||
private val NOT_RUNTIME_EDITABLE = listOf(
|
private val NOT_RUNTIME_EDITABLE = listOf(
|
||||||
PLUGIN_LOADER,
|
PLUGIN_LOADER,
|
||||||
ALLOW_PLUGIN_LOADER
|
ALLOW_PLUGIN_LOADER,
|
||||||
|
ASYNC_SHADERS
|
||||||
)
|
)
|
||||||
|
|
||||||
fun from(key: String): BooleanSetting? =
|
fun from(key: String): BooleanSetting? =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user