shutdown based on platform, update accessors for editors
This commit is contained in:
@@ -87,8 +87,6 @@ absl::Status MasterEditor::Update() {
|
||||
|
||||
ManageActiveEditors();
|
||||
|
||||
End();
|
||||
|
||||
return absl::OkStatus();
|
||||
}
|
||||
|
||||
|
||||
@@ -75,6 +75,7 @@ class MasterEditor : public SharedRom,
|
||||
|
||||
auto emulator() -> emu::Emulator& { return emulator_; }
|
||||
auto quit() { return quit_; }
|
||||
auto overworld_editor() -> OverworldEditor& { return overworld_editor_; }
|
||||
|
||||
private:
|
||||
void ManageActiveEditors();
|
||||
|
||||
Reference in New Issue
Block a user