fix display capture. dumb bug of the year.

This commit is contained in:
StapleButter
2017-04-23 01:05:04 +02:00
parent 96b471d729
commit 60cdc7d6f7
2 changed files with 3 additions and 2 deletions

View File

@ -547,7 +547,7 @@ void GPU2D::DoCapture(u32 line, u32 width, u32* src)
dstaddr &= 0xFFFF;
srcBaddr &= 0xFFFF;
switch ((DispCnt >> 29) & 0x3)
switch ((CaptureCnt >> 29) & 0x3)
{
case 0: // source A
{