SAZDFsdff

This commit is contained in:
2026-06-03 18:05:35 +02:00
parent 12e81e73e8
commit b037de4c3d
9 changed files with 632 additions and 608 deletions
-1
View File
@@ -78,7 +78,6 @@ void SI::Write(u32 addr, u32 val) {
status.dmaBusy = true;
toDram = true;
Scheduler::GetInstance().EnqueueRelative(SI_DMA_DELAY, SI_DMA);
Core::GetInstance().interpreter.cachedState.EvictCachedBlocksRange(dramAddr, dramAddr + 64);
break;
case 0x04800010:
pifAddr = val & 0x1FFFFFFF;