attempt to fix win32 build

This commit is contained in:
punkrockguy318 2012-08-11 22:19:38 +00:00
parent 61df7ea541
commit d5f5cd5aec
1 changed files with 1 additions and 2 deletions

View File

@ -127,10 +127,9 @@ int FCEU_InitVirtualVideo(void)
return 1;
}
void ShowFPS(void);
#ifdef FRAMESKIP
void ShowFPS(void);
void FCEU_PutImageDummy(void)
{
ShowFPS();