mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 17:15:19 +03:00
Settings are now shared to the native side by passing an instance of the Kotlin's `Settings` class. This way the C++ `Settings` class doesn't need to parse the SharedPreferences xml anymore.