aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-06-26 00:38:07 +0200
committerStapleButter <thetotalworm@gmail.com>2017-06-26 00:38:07 +0200
commit8b262f5ee5909622058172878950ce30b41363ba (patch)
tree82551a45a65846dad11563152ecabe92cf5377ed /src
parent77627af438c9b4555922464312e2bc07e4bb9931 (diff)
also fix the bug for cart SPI
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;
}