D3D: Unbreak frameskipping

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4264 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2009-09-13 19:13:07 +00:00
parent a7c70ddb66
commit 2dc3f2c762
1 changed files with 3 additions and 0 deletions

View File

@ -188,7 +188,10 @@ void formatBufferDump(const char *in, char *out, int w, int h, int p)
void Renderer::RenderToXFB(u32 xfbAddr, u32 fbWidth, u32 fbHeight, const EFBRectangle& sourceRc)
{
if (g_bSkipCurrentFrame)
{
g_VideoInitialize.pCopiedToXFB(false);
return;
}
if (EmuWindow::GetParentWnd())
{