Enhance EditorManager with new help and demo menus, and refactor existing menu structure

This commit is contained in:
scawful
2025-03-03 18:48:31 -05:00
parent 6dfa5d282e
commit d7692ddddd
2 changed files with 111 additions and 118 deletions

View File

@@ -84,8 +84,14 @@ class EditorManager : public SharedRom {
bool show_emulator_ = false;
bool show_memory_editor_ = false;
bool show_asm_editor_ = false;
bool show_imgui_metrics_ = false;
bool show_imgui_demo_ = false;
bool show_palette_editor_ = false;
bool show_status_ = false;
bool show_resource_label_manager = false;
bool open_supported_features = false;
bool open_rom_help = false;
bool open_manage_project = false;
bool rom_assets_loaded_ = false;
std::string version_ = "";