yuzu/src/android/app/src/main/jni
t895 da14c7b8e4 config: Unify config handling under frontend_common
Replaces every way of handling config for each frontend with SimpleIni. frontend_common's Config class is at the center where it saves and loads all of the cross-platform settings and provides a set of pure virtual functions for platform specific settings.

As a result of making config handling platform specific, several parts had to be moved to each platform's own config class or to other parts. Default keys were put in platform specific config classes and translatable strings for Qt were moved to shared_translation. Default hotkeys, default_theme, window geometry, and qt metatypes were moved to uisettings. Additionally, to reduce dependence on Qt, QStrings were converted to std::strings where applicable.
2023-11-21 01:58:13 -05:00
..
android_common android: Implement basic software keyboard applet. 2023-06-03 00:05:47 -07:00
applets android: Various fixes for CI. 2023-06-03 00:06:05 -07:00
emu_window android: Hide loading animation on first frame 2023-11-09 22:27:40 -05:00
CMakeLists.txt config: Unify config handling under frontend_common 2023-11-21 01:58:13 -05:00
android_config.cpp config: Unify config handling under frontend_common 2023-11-21 01:58:13 -05:00
android_config.h config: Unify config handling under frontend_common 2023-11-21 01:58:13 -05:00
android_settings.cpp config: Unify config handling under frontend_common 2023-11-21 01:58:13 -05:00
android_settings.h config: Unify config handling under frontend_common 2023-11-21 01:58:13 -05:00
game_metadata.cpp android: Refactor game metadata collection to new file 2023-10-30 11:38:09 -04:00
id_cache.cpp android: Game loading/shutting down indicators 2023-08-30 15:19:23 -04:00
id_cache.h android: Game loading/shutting down indicators 2023-08-30 15:19:23 -04:00
native.cpp config: Unify config handling under frontend_common 2023-11-21 01:58:13 -05:00
native.h android: Hide loading animation on first frame 2023-11-09 22:27:40 -05:00
native_config.cpp config: Unify config handling under frontend_common 2023-11-21 01:58:13 -05:00
native_log.cpp android: Use yuzu logging system 2023-11-01 14:41:19 -04:00