diff options
author | Arisotura <thetotalworm@gmail.com> | 2020-06-15 13:39:33 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2020-06-15 13:39:33 +0200 |
commit | fc5eedc7169b38e9131ed125aa3e7db630b87804 (patch) | |
tree | 6353f6d2f6fc3201754e5b02310bd3791c89e89b /src/frontend/qt_sdl/main.cpp | |
parent | 5cd1177e340d9ac81758c3edd951e3d4572a55dc (diff) |
* take nwifi forward some
* shut up CP15 printf's for Fx0
* fix bugs
Diffstat (limited to 'src/frontend/qt_sdl/main.cpp')
-rw-r--r-- | src/frontend/qt_sdl/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend/qt_sdl/main.cpp b/src/frontend/qt_sdl/main.cpp index f1b31b3..189581b 100644 --- a/src/frontend/qt_sdl/main.cpp +++ b/src/frontend/qt_sdl/main.cpp @@ -1285,6 +1285,8 @@ void MainWindow::keyPressEvent(QKeyEvent* event) { if (event->isAutoRepeat()) return; + if (event->key() == Qt::Key_F11) NDS::debug(0); + Input::KeyPress(event); } |