mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 00:15:05 +01:00
Fix Xplorer_N64 dump
This commit is contained in:
parent
a969a93281
commit
8d7fc3a486
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user