This commit is contained in:
nsx0r 2023-02-25 22:33:24 +01:00 committed by GitHub
parent b5e6ac00a5
commit 36633971fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1784,7 +1784,7 @@ void validateMPK() {
print_Msg(F("failed")); print_Msg(F("failed"));
} else { } else {
errorLvl = 0; errorLvl = 0;
print_Msg(F("pased")); print_Msg(F("passed"));
} }
display_Update(); display_Update();
@ -4293,4 +4293,4 @@ unsigned long verifyGameshark_N64() {
//****************************************** //******************************************
// End of File // End of File
//****************************************** //******************************************