mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
XFB in Single Core thx to Luigi___ on the forum
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3055 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -330,7 +330,10 @@ void Video_UpdateXFB(u8* _pXFB, u32 _dwWidth, u32 _dwHeight, s32 _dwYOffset, boo
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (_pXFB) // from CPU in SC mode
|
if (_pXFB) // from CPU in SC mode
|
||||||
|
{
|
||||||
XFB_Draw(_pXFB, _dwWidth, _dwHeight, _dwYOffset);
|
XFB_Draw(_pXFB, _dwWidth, _dwHeight, _dwYOffset);
|
||||||
|
g_VideoInitialize.pCopiedToXFB();
|
||||||
|
}
|
||||||
else // from GP in DC without fifo&CP (some 2D homebrews)
|
else // from GP in DC without fifo&CP (some 2D homebrews)
|
||||||
{
|
{
|
||||||
XFB_Draw();
|
XFB_Draw();
|
||||||
|
Reference in New Issue
Block a user