diff options
Diffstat (limited to 'src/NDSCart.cpp')
-rw-r--r-- | src/NDSCart.cpp | 1 |
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; } |