Lime3DS/CMakeModules
OpenSauce 068d6598bc
Configuration backend improvements Pt. 1 (#1762)
* 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)
2026-03-02 23:26:43 +00:00
..
AndroidNdkModules.cmake android: set up cmake 2018-11-20 14:24:19 -05:00
aqt_config.ini build: Block qt.mirror.constant.com as a Qt download mirror. (#7148) 2023-11-11 11:52:11 -08:00
BundleTarget.cmake cmake: Fixed AppImage build failure caused by upstream changes to linuxdeploy 2025-11-30 18:17:42 +00:00
DownloadExternals.cmake cmake: On Windows, download MSVC 2022 Qt versions instead of MSVC 2019 2025-09-03 03:15:14 +01:00
GenerateBuildInfo.cmake cmake: Fix build info sometimes not generating correctly 2026-01-19 21:13:18 +00:00
GenerateSCMRev.cmake video_core: vulkan: Add disk shader cache (#1725) 2026-02-16 15:59:22 +01:00
GenerateSettingKeys.cmake Configuration backend improvements Pt. 1 (#1762) 2026-03-02 23:26:43 +00:00