aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2020-05-30 03:26:06 +0200
committerArisotura <thetotalworm@gmail.com>2020-05-30 03:26:06 +0200
commit8a15adb38bf5c141e41b1a5f9984ee363d64786f (patch)
tree1ec3f0f03d4a28de1d02b7764ef8b9c75b997603 /src
parentb62d90cbe4c5232f0fe8604bd5e11f8eccd48ba1 (diff)
modern melonDSi
HARK HARK HARK
Diffstat (limited to 'src')
-rw-r--r--src/frontend/Util_ROM.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/Util_ROM.cpp b/src/frontend/Util_ROM.cpp
index 3f64b9d..d410550 100644
--- a/src/frontend/Util_ROM.cpp
+++ b/src/frontend/Util_ROM.cpp
@@ -110,6 +110,7 @@ int VerifyDSFirmware()
{
// 128KB firmware, not bootable
fclose(f);
+ return Load_OK; // FIXME!!!!
return Load_FirmwareNotBootable;
}
else if (len != 0x40000 && len != 0x80000)