diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/GPU2D.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
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 +} |