moar progress on it

This commit is contained in:
StapleButter
2018-09-15 03:29:36 +02:00
parent 0bfd019dc0
commit 60f24a7432
4 changed files with 64 additions and 1 deletions

View File

@ -118,6 +118,11 @@ void DMA::Reset()
InProgress = false;
}
void DMA::Savestate(Savestate* file)
{
//
}
void DMA::WriteCnt(u32 val)
{
u32 oldcnt = Cnt;