mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
* stub more wifi crap
* louder sound * misc fixes
This commit is contained in:
@ -554,6 +554,7 @@ void EmuThread::ProcessEvents()
|
||||
if (evt.key.keysym.scancode == Config::KeyMapping[i]) NDS::PressKey(i);
|
||||
if (evt.key.keysym.scancode == Config::KeyMapping[10]) NDS::PressKey(16);
|
||||
if (evt.key.keysym.scancode == Config::KeyMapping[11]) NDS::PressKey(17);
|
||||
if (evt.key.keysym.scancode == SDL_SCANCODE_F12) NDS::debug(0);
|
||||
break;
|
||||
|
||||
case SDL_KEYUP:
|
||||
|
Reference in New Issue
Block a user