add save gfx groups

This commit is contained in:
scawful
2024-05-28 17:09:09 -04:00
parent 387ef551b6
commit 2d383d0243
5 changed files with 45 additions and 38 deletions

View File

@@ -65,6 +65,7 @@ class MasterEditor : public SharedRom,
void Shutdown() { overworld_editor_.Shutdown(); }
auto emulator() -> emu::Emulator& { return emulator_; }
auto quit() { return quit_; }
private:
void DrawFileDialog();
@@ -81,6 +82,7 @@ class MasterEditor : public SharedRom,
void LoadRom();
void SaveRom();
bool quit_ = false;
bool about_ = false;
bool rom_info_ = false;
bool backup_rom_ = false;