This commit is contained in:
Arisotura
2025-08-15 13:07:15 +02:00
parent 0848091e2f
commit 9120d19411

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) emuInstance->getNDS()->debug(0);
//if (event->key() == Qt::Key_F11) emuInstance->getNDS()->debug(0);
emuInstance->onKeyPress(event);
}