mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50: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;
|
if (event->isAutoRepeat()) return;
|
||||||
|
|
||||||
// TODO!! REMOVE ME IN RELEASE BUILDS!!
|
// 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);
|
emuInstance->onKeyPress(event);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user