* display capture

* fix bug with bitmap BGs (wrong base offset)
This commit is contained in:
StapleButter
2017-03-01 21:42:06 +01:00
parent 5d9e9a5023
commit 247558a354
4 changed files with 185 additions and 8 deletions

View File

@ -1648,6 +1648,7 @@ void ARM9IOWrite32(u32 addr, u32 val)
switch (addr)
{
case 0x04000060: return;
case 0x04000064: GPU::GPU2D_A->Write32(addr, val); return;
case 0x040000B0: DMAs[0]->SrcAddr = val; return;
case 0x040000B4: DMAs[0]->DstAddr = val; return;