mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
moar progress on it
This commit is contained in:
@ -118,6 +118,11 @@ void DMA::Reset()
|
||||
InProgress = false;
|
||||
}
|
||||
|
||||
void DMA::Savestate(Savestate* file)
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
void DMA::WriteCnt(u32 val)
|
||||
{
|
||||
u32 oldcnt = Cnt;
|
||||
|
Reference in New Issue
Block a user