diff --git a/src/main.cpp b/src/main.cpp index 19badf12..e24d4744 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,15 +1,7 @@ #include "emulator.hpp" -#ifdef PANDA3DS_FRONTEND_QT -#include -#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) { @@ -23,4 +15,4 @@ int main(int argc, char *argv[]) { } emu.run(); -} \ No newline at end of file +}