mirror of https://github.com/PrimeDecomp/prime.git
RAssertDolphin fix combo ordering in comment
Former-commit-id: 97a18228a0e535edbe13dac29131ff0a347e90fb
This commit is contained in:
parent
3900186690
commit
1fa508ac99
|
@ -51,7 +51,7 @@ void ErrorHandler(OSError code, OSContext* context, int dsisr, int dar) {
|
|||
#endif
|
||||
|
||||
// We have an error, lets loop until the player correctly inputs the debug combo:
|
||||
// Hold X+Y+Z Followed by pressing left, right, down, up in that order
|
||||
// Hold X+Y+Z Followed by pressing right, left, down, up in that order
|
||||
while (loopExitCriteria < 4) {
|
||||
PADRead(pads);
|
||||
|
||||
|
|
Loading…
Reference in New Issue