From d8f87df2b7505b8576e078482f8d8d7e897feeb2 Mon Sep 17 00:00:00 2001 From: Arisotura Date: Mon, 14 Mar 2022 01:09:07 +0100 Subject: DISPCAPCNT is writable at any time --- src/GPU2D.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/GPU2D.cpp b/src/GPU2D.cpp index 9c48d6e..edc1673 100644 --- a/src/GPU2D.cpp +++ b/src/GPU2D.cpp @@ -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) } } -} \ No newline at end of file +} -- cgit v1.2.3