mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-18 12:05:14 -04:00
remove 3DS exit button combo that I used for debugging
This commit is contained in:
parent
cdab26b0a5
commit
8cd740f054
@ -115,9 +115,6 @@ static void HandleButtons(u32 mods) {
|
||||
|
||||
Input_SetNonRepeatable(CCPAD_ZL, mods & KEY_ZL);
|
||||
Input_SetNonRepeatable(CCPAD_ZR, mods & KEY_ZR);
|
||||
|
||||
if (mods == (KEY_A|KEY_B|KEY_START|KEY_SELECT))
|
||||
Process_Exit(0);
|
||||
}
|
||||
|
||||
static void ProcessJoystickInput(circlePosition* pos, double delta) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user