mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 12:35:41 -04:00
GPU: Flush rendering before VRAM->VRAM copies
This commit is contained in:
parent
2c07db6dd5
commit
4d4ab898c0
@ -704,6 +704,7 @@ bool GPU::HandleCopyRectangleVRAMToVRAMCommand()
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FlushRender();
|
||||||
CopyVRAM(src_x, src_y, dst_x, dst_y, width, height);
|
CopyVRAM(src_x, src_y, dst_x, dst_y, width, height);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user