mirror of https://github.com/mgba-emu/mgba.git
Qt: Cleanup
This commit is contained in:
parent
7f30bdc850
commit
b8c7196dd9
|
@ -17,8 +17,6 @@
|
||||||
#include <mgba/core/version.h>
|
#include <mgba/core/version.h>
|
||||||
#include <mgba-util/vfs.h>
|
#include <mgba-util/vfs.h>
|
||||||
|
|
||||||
#include <QDebug>
|
|
||||||
|
|
||||||
using namespace QGBA;
|
using namespace QGBA;
|
||||||
|
|
||||||
ForwarderGenerator3DS::ForwarderGenerator3DS()
|
ForwarderGenerator3DS::ForwarderGenerator3DS()
|
||||||
|
@ -277,8 +275,6 @@ void ForwarderGenerator3DS::buildBanner() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void ForwarderGenerator3DS::buildExefs() {
|
void ForwarderGenerator3DS::buildExefs() {
|
||||||
QByteArray out = m_currentProc->readAll();
|
|
||||||
qDebug() << out;
|
|
||||||
m_currentProc = std::make_unique<QProcess>();
|
m_currentProc = std::make_unique<QProcess>();
|
||||||
m_currentProc->setProgram("3dstool");
|
m_currentProc->setProgram("3dstool");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue