make enough things work to boot EPOC32 successfully

This commit is contained in:
Ash Wolf
2019-12-24 14:17:14 +00:00
parent e21911ff4b
commit 63e74b1513
4 changed files with 41 additions and 27 deletions

View File

@@ -17,7 +17,6 @@ MainWindow::MainWindow(QWidget *parent) :
emu->setLogger([&](const char *str) {
ui->logView->appendPlainText(str);
});
emu->test();
timer = new QTimer(this);
timer->setInterval(1000/64);