mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-03-27 13:50:22 -06: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) |
||
|---|---|---|
| .. | ||
| boost@f9b15f673a | ||
| catch2@914aeecfe2 | ||
| cmake-modules | ||
| cpp-jwt@4a970bc302 | ||
| cryptopp@60f81a77e0 | ||
| cryptopp-cmake@00a151f848 | ||
| cubeb@832fcf38e6 | ||
| dds-ktx@c3ca8febc2 | ||
| discord-rpc@cb50201fc0 | ||
| dynarmic@526227eebe | ||
| enet@2662c0de09 | ||
| faad2 | ||
| fmt@e424e3f2e6 | ||
| gamemode | ||
| getopt | ||
| glad | ||
| glslang@fc9889c889 | ||
| httplib | ||
| inih | ||
| json | ||
| libadrenotools@8fae8ce254 | ||
| library-headers@3b3e28dbe6 | ||
| libressl@88b8e41b71 | ||
| libretro-common | ||
| libusb | ||
| libyuv@6f729fbe65 | ||
| lodepng | ||
| microprofile | ||
| nihstro@f4d8659dec | ||
| oaknut@6b1d57ea7e | ||
| open_source_archives | ||
| openal-soft@90191edd20 | ||
| sdl2 | ||
| sirit | ||
| soundtouch@9ef8458d85 | ||
| spirv-headers@aa6cef192b | ||
| spirv-tools@a62abcb402 | ||
| teakra@3d697a18df | ||
| vma@c788c52156 | ||
| vulkan-headers@409c16be50 | ||
| xbyak@0d67fd1530 | ||
| xxHash@e626a72bc2 | ||
| zstd@f8745da6ff | ||
| CMakeLists.txt | ||