mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-26 21:19:21 -04:00
* Convert all setting keys in settings.h into hana strings * Derive libretro setting keys from common/settings.h hana strings * settings.h: Reduce code repetition in key definitions via macro * Implemented mechanism to pass our C++ setting keys to Android/Kotlin None of the Android keys have been moved over as of this commit, this is just prep work * jni_settings_keys.cpp.in: Removed redundant code * Migrate (almost) all Android setting string keys over to SettingKeys Also some slight cleanup * Updated license headers * Fixed top custom width erroneously being used in place of top custom height * Migrate (probably) all setting string keys to Settings::QKeys * Migrated several previously missed string keys to generated keys * SettingKeys.kt: Visually seperate shared and Android-exclusive keys, similar to GenerateSettingKeys.cmake * android: sdl2_config --> android_config Not sure why these values are named this way. Hold-over from SDL2 frontend? * android: Generate and validate default config.ini dynamically * Settings: Assume C-style string keys by default Relative to the previous commit, the following names have changed: - Settings::Keys --> Settings::HKeys - Settings::CKeys --> Settings::Keys * default_ini.h: Fixed formatting warning * Comment cleanup * android: Fixed compilation failure due to incorrect namespace * config.cpp: Use ASSERT_MSG instead of LOG_ERROR and ASSERT(false) |
||
|---|---|---|
| .. | ||
| applets | ||
| camera | ||
| configuration | ||
| debugger | ||
| dumping | ||
| movie | ||
| multiplayer | ||
| util | ||
| aboutdialog.cpp | ||
| aboutdialog.h | ||
| aboutdialog.ui | ||
| bootmanager.cpp | ||
| bootmanager.h | ||
| citra_qt.cpp | ||
| citra_qt.h | ||
| CMakeLists.txt | ||
| compatibility_list.cpp | ||
| compatibility_list.h | ||
| discord.h | ||
| discord_impl.cpp | ||
| discord_impl.h | ||
| game_list.cpp | ||
| game_list.h | ||
| game_list_p.h | ||
| game_list_worker.cpp | ||
| game_list_worker.h | ||
| hotkeys.cpp | ||
| hotkeys.h | ||
| loading_screen.cpp | ||
| loading_screen.h | ||
| loading_screen.ui | ||
| main.ui | ||
| precompiled_headers.h | ||
| qt_image_interface.cpp | ||
| qt_image_interface.h | ||
| qt_swizzle.h | ||
| qt_swizzle.mm | ||
| setting_qkeys.h.in | ||
| uisettings.cpp | ||
| uisettings.h | ||
| update_checker.cpp | ||
| update_checker.h | ||
| user_data_migration.cpp | ||
| user_data_migration.h | ||