mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-09-13 06:53:22 -06:00
blarg
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) emuInstance->getNDS()->debug(0);
|
||||
//if (event->key() == Qt::Key_F11) emuInstance->getNDS()->debug(0);
|
||||
|
||||
emuInstance->onKeyPress(event);
|
||||
}
|
||||
|
Reference in New Issue
Block a user