Reorganized config menu tabs, hide debug menu behind manual config file edit, added missing recompiler config file

This commit is contained in:
Mr-Wiseguy
2024-03-15 12:13:29 -04:00
parent ff5dd7f50c
commit 0775299aae
11 changed files with 706 additions and 42 deletions
+4 -1
View File
@@ -16,6 +16,9 @@ namespace recomp {
void reset_graphics_options();
std::filesystem::path get_app_folder_path();
bool get_debug_mode_enabled();
void set_debug_mode_enabled(bool enabled);
};
#endif
#endif
+3 -1
View File
@@ -45,9 +45,11 @@ namespace recomp {
Menu get_current_menu();
enum class ConfigSubmenu {
Graphics,
General,
Controls,
Graphics,
Audio,
Debug,
Count
};