aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/NDSCart.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/NDSCart.cpp b/src/NDSCart.cpp
index 78b7af5..969fce4 100644
--- a/src/NDSCart.cpp
+++ b/src/NDSCart.cpp
@@ -562,6 +562,7 @@ void Write(u8 val, u32 hold)
if (!hold)
{
if (Hold) islast = true;
+ else CurCmd = val;
Hold = 0;
}