mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-24 10:54:38 +00:00
Merge branch 'master' into developer
This commit is contained in:
commit
a4531b01d5
@ -205,6 +205,4 @@ void configureCFW(const char *configPath)
|
|||||||
|
|
||||||
//Wait for the pressed buttons to change
|
//Wait for the pressed buttons to change
|
||||||
while(HID_PAD == BUTTON_START);
|
while(HID_PAD == BUTTON_START);
|
||||||
|
|
||||||
chrono(2);
|
|
||||||
}
|
}
|
||||||
@ -151,6 +151,8 @@ void main(void)
|
|||||||
|
|
||||||
if(!pinExists && CONFIG(7)) pin = newPin();
|
if(!pinExists && CONFIG(7)) pin = newPin();
|
||||||
|
|
||||||
|
chrono(2);
|
||||||
|
|
||||||
//Update pressed buttons
|
//Update pressed buttons
|
||||||
pressed = HID_PAD;
|
pressed = HID_PAD;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -168,4 +168,6 @@ void verifyPin(PINData *in, bool allowQuit)
|
|||||||
else break;
|
else break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
while(HID_PAD & PIN_BUTTONS);
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user