DMA: reset pending bloks if not enable

This commit is contained in:
Blue 2020-10-03 11:26:44 +02:00
parent b566f31088
commit a7ecebc753

View file

@ -183,6 +183,8 @@ namespace ProjectPSX.Devices {
unknow29 = (value >> 29) & 0x1;
unknow30 = (value >> 30) & 0x1;
if (!enable) pendingBlocks = 0;
handleDMA();
}