pass rom filename into the controller on entry
This commit is contained in:
@@ -31,7 +31,7 @@ int main(int argc, char** argv) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
core::Controller controller;
|
core::Controller controller;
|
||||||
EXIT_IF_ERROR(controller.OnEntry())
|
EXIT_IF_ERROR(controller.OnEntry(rom_filename))
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
InitializeCocoa();
|
InitializeCocoa();
|
||||||
|
|||||||
Reference in New Issue
Block a user