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:
parent
a0e39011a3
commit
35b99a80ed
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue