From 35b99a80ed6c42eb9761e32e8c16a99cc2024352 Mon Sep 17 00:00:00 2001 From: daco65 Date: Thu, 23 Apr 2009 16:31:55 +0000 Subject: [PATCH] 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 --- Source/Plugins/Plugin_VideoOGL/Src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/main.cpp b/Source/Plugins/Plugin_VideoOGL/Src/main.cpp index ccf2ca8240..0f3bfb5ef2 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/main.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/main.cpp @@ -330,7 +330,10 @@ void Video_UpdateXFB(u8* _pXFB, u32 _dwWidth, u32 _dwHeight, s32 _dwYOffset, boo else { if (_pXFB) // from CPU in SC mode + { XFB_Draw(_pXFB, _dwWidth, _dwHeight, _dwYOffset); + g_VideoInitialize.pCopiedToXFB(); + } else // from GP in DC without fifo&CP (some 2D homebrews) { XFB_Draw();