mirror of
https://github.com/BluestormDNA/ProjectPSX.git
synced 2025-04-02 10:52:34 -04:00
DMA: reset pending bloks if not enable
This commit is contained in:
parent
b566f31088
commit
a7ecebc753
1 changed files with 2 additions and 0 deletions
|
@ -183,6 +183,8 @@ namespace ProjectPSX.Devices {
|
|||
unknow29 = (value >> 29) & 0x1;
|
||||
unknow30 = (value >> 30) & 0x1;
|
||||
|
||||
if (!enable) pendingBlocks = 0;
|
||||
|
||||
handleDMA();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue