aboutsummaryrefslogtreecommitdiff
path: root/src/DMA.h
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-03-21 02:05:40 +0100
committerStapleButter <thetotalworm@gmail.com>2017-03-21 02:05:40 +0100
commit08a634371a60549d6e73fb1a3ddf6c9668fb00ce (patch)
tree6e2ef0894b6b21597f0f596c4681f4fc1713ffe5 /src/DMA.h
parent3a89513c93d857cbdc63012a698d390e5a20f0f0 (diff)
fix bug that happened when HDMA got interrupted (or any repeating DMA, for that matter)
Diffstat (limited to 'src/DMA.h')
-rw-r--r--src/DMA.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DMA.h b/src/DMA.h
index 1b8bbb2..6b443be 100644
--- a/src/DMA.h
+++ b/src/DMA.h
@@ -65,6 +65,7 @@ private:
u32 CountMask;
bool Running;
+ bool InProgress;
};
#endif