suyu/src/yuzu/debugger
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
..
console.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
console.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
controller.cpp main: Globally disable the "?" button on dialogs 2023-01-25 01:12:50 -05:00
controller.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
profiler.cpp main: Globally disable the "?" button on dialogs 2023-01-25 01:12:50 -05:00
profiler.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
wait_tree.cpp config: Unify config handling under frontend_common 2023-11-21 01:58:13 -05:00
wait_tree.h kernel: convert KThread to new style 2023-03-12 22:09:09 -04:00