Implement menu system: add file and edit menus with recent files support and various actions

This commit is contained in:
scawful
2025-02-10 11:51:17 -05:00
parent c66541db87
commit b8d1568b08
2 changed files with 63 additions and 1 deletions

View File

@@ -80,6 +80,9 @@ class EditorManager : public SharedRom {
bool rom_info_ = false;
bool backup_rom_ = false;
bool save_new_auto_ = true;
bool save_as_menu_ = false;
bool show_emulator_ = false;
bool show_memory_editor_ = false;
bool show_status_ = false;
bool rom_assets_loaded_ = false;