yuzu/src
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 config: Unify config handling under frontend_common 2023-11-21 01:58:13 -05:00
audio_core opus: fix stereo stream count check in multistream decoder object 2023-11-17 08:26:22 -05:00
common config: Unify config handling under frontend_common 2023-11-21 01:58:13 -05:00
core Merge pull request #12011 from Macj0rdan/controller-applet 2023-11-20 16:53:33 -06:00
dedicated_room msvc: set warning level to /W4 globally 2023-09-03 18:42:10 +04:00
frontend_common config: Unify config handling under frontend_common 2023-11-21 01:58:13 -05:00
input_common core: hid: Split SL and SR buttons 2023-11-11 21:03:15 -06:00
network msvc: set warning level to /W4 globally 2023-09-03 18:42:10 +04:00
shader_recompiler renderer_vulkan: ignore viewport stores on non-supporting drivers 2023-11-19 11:27:12 -05:00
tests general: fix build failure on clang 17 2023-10-17 22:44:21 -04:00
video_core renderer_vulkan: ignore viewport stores on non-supporting drivers 2023-11-19 11:27:12 -05:00
web_service Warnings cleanup for GCC 13 and Clang 16 2023-08-25 19:22:31 -04:00
yuzu config: Unify config handling under frontend_common 2023-11-21 01:58:13 -05:00
yuzu_cmd config: Unify config handling under frontend_common 2023-11-21 01:58:13 -05:00
.clang-format chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
CMakeLists.txt config: Unify config handling under frontend_common 2023-11-21 01:58:13 -05:00