Bring back Qt debugging artifact cause Qt sucks

This commit is contained in:
wheremyfoodat 2023-09-29 18:46:08 +03:00 committed by GitHub
parent 1c179d9040
commit 4598187893
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,15 @@
#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) {