push this back tho...

This commit is contained in:
Arisotura
2025-07-07 12:21:47 +02:00
parent 1f51f27d44
commit 85d9202633

View File

@ -979,7 +979,7 @@ void MainWindow::keyPressEvent(QKeyEvent* event)
if (event->isAutoRepeat()) return;
// TODO!! REMOVE ME IN RELEASE BUILDS!!
//if (event->key() == Qt::Key_F11) emuThread->NDS->debug(0);
//if (event->key() == Qt::Key_F11) emuInstance->getNDS()->debug(0);
emuInstance->onKeyPress(event);
}