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
+3 -1
View File
@@ -45,9 +45,11 @@ namespace recomp {
Menu get_current_menu();
enum class ConfigSubmenu {
Graphics,
General,
Controls,
Graphics,
Audio,
Debug,
Count
};