diff options
Diffstat (limited to 'GPU2D.cpp')
| -rw-r--r-- | GPU2D.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -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;      } |