add rom filename command line arg LoadFromFile

This commit is contained in:
scawful
2024-05-28 13:04:39 -04:00
parent cc80e5e502
commit a9787b7055
5 changed files with 14 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ namespace core {
class Controller : public ExperimentFlags {
public:
bool IsActive() const { return active_; }
absl::Status OnEntry();
absl::Status OnEntry(std::string filename = "");
void OnInput();
void OnLoad();
void DoRender() const;