sdl: fix issue in previous commit; do call snapAVI()

This commit is contained in:
punkrockguy318 2011-09-25 17:58:01 +00:00
parent 68f4cb85ef
commit 8e19af540e
1 changed files with 2 additions and 1 deletions

View File

@ -216,8 +216,9 @@ void FCEU_PutImage(void)
dosnapsave=0;
}
#ifdef WIN32
if (!FCEUI_AviEnableHUDrecording()) snapAVI();
if (!FCEUI_AviEnableHUDrecording())
#endif
snapAVI();
if(GameInfo->type==GIT_VSUNI)
FCEU_VSUniDraw(XBuf);