mirror of
https://github.com/Treeki/WindEmu.git
synced 2025-08-28 22:00:23 +00:00
make enough things work to boot EPOC32 successfully
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user