mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
push this back tho...
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user