DISPCAPCNT is writable at any time

This commit is contained in:
Arisotura 2022-03-14 01:09:07 +01:00
parent fb7bea06f8
commit d8f87df2b7
1 changed files with 1 additions and 3 deletions

View File

@ -521,8 +521,6 @@ void Unit::Write32(u32 addr, u32 val)
return;
case 0x064:
// TODO: check what happens when writing to it during display
// esp. if a capture is happening
CaptureCnt = val & 0xEF3F1F1F;
return;
@ -721,4 +719,4 @@ void Unit::GetOBJVRAM(u8*& data, u32& mask)
}
}
}
}