Fix Xplorer_N64 dump

This commit is contained in:
PsyK0p4T 2023-08-18 20:37:15 +02:00 committed by GitHub
parent a969a93281
commit 8d7fc3a486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4343,7 +4343,7 @@ void backupXplorer_N64() {
print_FatalError(sd_error_STR);
}
for (unsigned long currByte = 0x10400000; currByte < 0x1043FFFF; currByte += 512) {
for (unsigned long currByte = 0x10400000; currByte <= 0x1043FFFF; currByte += 512) {
// Blink led
if (currByte % 16384 == 0)
blinkLED();