mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 15:19:53 -06:00
fix some UB
This commit is contained in:
@ -79,6 +79,7 @@ void DMA::Reset()
|
||||
Stall = false;
|
||||
|
||||
Running = false;
|
||||
Executing = false;
|
||||
InProgress = false;
|
||||
MRAMBurstCount = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user