mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
Biggest mistake of my career
This commit is contained in:
parent
38660e75df
commit
23cb5cf90e
1 changed files with 0 additions and 3 deletions
|
@ -118,9 +118,6 @@ void FrontendSDL::run() {
|
|||
}
|
||||
} else {
|
||||
switch (event.key.keysym.sym) {
|
||||
case SDLK_RETURN: hid.pressKey(Keys::Start); break;
|
||||
case SDLK_BACKSPACE: hid.pressKey(Keys::Select); break;
|
||||
|
||||
// Use the F4 button as a hot-key to pause or resume the emulator
|
||||
// We can't use the audio play/pause buttons because it's annoying
|
||||
case SDLK_F4: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue