aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/NDSCart.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/NDSCart.cpp b/src/NDSCart.cpp
index a0bd68c..96cbaa3 100644
--- a/src/NDSCart.cpp
+++ b/src/NDSCart.cpp
@@ -1118,6 +1118,8 @@ u8 CartRetailIR::SPIWrite(u8 val, u32 pos, bool last)
case 0x08: // ID
return 0xAA;
}
+
+ return 0;
}