mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-05-20 06:27:59 +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.