mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-07-10 15:14:20 -04:00
Reorganized config menu tabs, hide debug menu behind manual config file edit, added missing recompiler config file
This commit is contained in:
@@ -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
@@ -45,9 +45,11 @@ namespace recomp {
|
||||
Menu get_current_menu();
|
||||
|
||||
enum class ConfigSubmenu {
|
||||
Graphics,
|
||||
General,
|
||||
Controls,
|
||||
Graphics,
|
||||
Audio,
|
||||
Debug,
|
||||
Count
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user