fix bug that happened when HDMA got interrupted (or any repeating DMA, for that matter)

This commit is contained in:
StapleButter
2017-03-21 02:05:40 +01:00
parent 3a89513c93
commit 08a634371a
2 changed files with 15 additions and 11 deletions

View File

@ -65,6 +65,7 @@ private:
u32 CountMask;
bool Running;
bool InProgress;
};
#endif