Skip to content

Commit

Permalink
Remove debug artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Sep 29, 2023
1 parent 89ed176 commit 1c179d9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
#include "emulator.hpp"
#ifdef PANDA3DS_FRONTEND_QT
#include <QApplication>
#endif

int main(int argc, char *argv[]) {
Emulator emu;
#ifdef PANDA3DS_FRONTEND_QT
QApplication app(argc, argv);
return app.exec();
#endif

emu.initGraphicsContext();

if (argc > 1) {
Expand All @@ -23,4 +15,4 @@ int main(int argc, char *argv[]) {
}

emu.run();
}
}

0 comments on commit 1c179d9

Please sign in to comment.