RAssertDolphin fix combo ordering in comment

This commit is contained in:
Phillip Stephens 2023-11-10 14:24:29 -08:00
parent b38eb521a9
commit 97a18228a0
1 changed files with 1 additions and 1 deletions

View File

@ -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);