SW in Lemmy's suite with Krom's IPL3 loops infinitely due to throwing exception that shouldn't happen

This commit is contained in:
CocoSimone
2022-10-01 03:47:26 +02:00
parent a711093b55
commit 770339f84e
6 changed files with 26 additions and 7 deletions

View File

@@ -9,6 +9,9 @@ int main(int argc, char** argv) {
if(argc > 1) {
app->LoadROM(argv[1]);
}
app->Run();
delete app;
return 0;
}