Remove debug artifact
This commit is contained in:
@@ -1,15 +1,7 @@
|
|||||||
#include "emulator.hpp"
|
#include "emulator.hpp"
|
||||||
#ifdef PANDA3DS_FRONTEND_QT
|
|
||||||
#include <QApplication>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
int main(int argc, char *argv[]) {
|
int main(int argc, char *argv[]) {
|
||||||
Emulator emu;
|
Emulator emu;
|
||||||
#ifdef PANDA3DS_FRONTEND_QT
|
|
||||||
QApplication app(argc, argv);
|
|
||||||
return app.exec();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
emu.initGraphicsContext();
|
emu.initGraphicsContext();
|
||||||
|
|
||||||
if (argc > 1) {
|
if (argc > 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user