skyline/app
lynxnb dba191d2dc Fix deadlock on settings in PresentationEngine after callback
Accessing the settings class during the execution of the `OnChangedCallback` results in a deadlock, as accesses to values are protected by a mutex. Instead, we now keep a local copy of the relevant settings and update those with the new value.
2023-02-20 21:45:30 +00:00
..
libraries Fix geometry and compute shaders on mali GPUs 2023-02-20 18:01:49 +00:00
src/main Fix deadlock on settings in PresentationEngine after callback 2023-02-20 21:45:30 +00:00
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Update Kotlin + Android dependencies 2023-02-06 15:04:20 +01:00
CMakeLists.txt Move graphics piplines away from storing hades shader info struct 2023-02-04 23:10:45 +00:00
proguard-rules.pro Add kotlinx.serialization-json dependencies 2022-08-06 22:00:19 +05:30