Fix parallel-rdp integration and reset whole state upon loading rom
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#define SDL_MAIN_HANDLED
|
||||
#include <frontend/App.hpp>
|
||||
|
||||
int main() {
|
||||
App* app = new App;
|
||||
app->Run();
|
||||
int main(int argc, char* argv[]) {
|
||||
App app;
|
||||
app.Run();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user