DISPCAPCNT is writable at any time
This commit is contained in:
parent
fb7bea06f8
commit
d8f87df2b7
|
@ -521,8 +521,6 @@ void Unit::Write32(u32 addr, u32 val)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
case 0x064:
|
case 0x064:
|
||||||
// TODO: check what happens when writing to it during display
|
|
||||||
// esp. if a capture is happening
|
|
||||||
CaptureCnt = val & 0xEF3F1F1F;
|
CaptureCnt = val & 0xEF3F1F1F;
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue