diff options
Diffstat (limited to 'src/GPU2D.cpp')
-rw-r--r-- | src/GPU2D.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GPU2D.cpp b/src/GPU2D.cpp index e1419bf..d92d960 100644 --- a/src/GPU2D.cpp +++ b/src/GPU2D.cpp @@ -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 { |