mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
Remove debug artifact
This commit is contained in:
parent
89ed176d97
commit
1c179d9040
1 changed files with 1 additions and 9 deletions
10
src/main.cpp
10
src/main.cpp
|
@ -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) {
|
||||||
|
@ -23,4 +15,4 @@ int main(int argc, char *argv[]) {
|
||||||
}
|
}
|
||||||
|
|
||||||
emu.run();
|
emu.run();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue