mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
fix display capture. dumb bug of the year.
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user