Fix bugs
This commit is contained in:
parent
bb117d3d74
commit
d445b20e90
@ -202,6 +202,4 @@ void configureCFW(const char *configPath)
|
||||
|
||||
//Wait for the pressed buttons to change
|
||||
while(HID_PAD == BUTTON_START);
|
||||
|
||||
chrono(2);
|
||||
}
|
@ -147,6 +147,8 @@ void main(void)
|
||||
|
||||
if(!pinExists && CONFIG(7)) pin = newPin();
|
||||
|
||||
chrono(2);
|
||||
|
||||
//Update pressed buttons
|
||||
pressed = HID_PAD;
|
||||
}
|
||||
|
@ -168,4 +168,6 @@ void verifyPin(PINData *in, bool allowQuit)
|
||||
else break;
|
||||
}
|
||||
}
|
||||
|
||||
while(HID_PAD & PIN_BUTTONS);
|
||||
}
|
Reference in New Issue
Block a user