SW in Lemmy's suite with Krom's IPL3 loops infinitely due to throwing exception that shouldn't happen
This commit is contained in:
@@ -9,6 +9,9 @@ int main(int argc, char** argv) {
|
||||
if(argc > 1) {
|
||||
app->LoadROM(argv[1]);
|
||||
}
|
||||
|
||||
app->Run();
|
||||
|
||||
delete app;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user