mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-16 21:49:14 +01:00
![lynxnb](/assets/img/avatar_default.png)
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.