fix windows compile issue

This commit is contained in:
zeromus 2008-06-09 02:31:13 +00:00
parent 11390351ac
commit 2683c041af
1 changed files with 5 additions and 0 deletions

View File

@ -424,6 +424,11 @@ int SetVideoMode(int fs)
return 1;
}
//draw input aids if we are fullscreen
bool FCEUD_ShouldDrawInputAids()
{
return fullscreen!=0;
}
static void BlitScreenWindow(uint8 *XBuf);
static void BlitScreenFull(uint8 *XBuf);