* fix missing 3D line

* make lighting calculations accurate
* BLDCNT reading
This commit is contained in:
StapleButter
2017-03-16 00:07:36 +01:00
parent 29944c3c88
commit ebdc9e5442
3 changed files with 23 additions and 19 deletions

View File

@ -126,6 +126,8 @@ u16 GPU2D::Read16(u32 addr)
case 0x00C: return BGCnt[2];
case 0x00E: return BGCnt[3];
case 0x050: return BlendCnt;
case 0x064: return CaptureCnt & 0xFFFF;
case 0x066: return CaptureCnt >> 16;
}