From 2683c041af819d684ba0e5efbd8ee7a148c9200c Mon Sep 17 00:00:00 2001 From: zeromus Date: Mon, 9 Jun 2008 02:31:13 +0000 Subject: [PATCH] fix windows compile issue --- src/drivers/win/video.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/drivers/win/video.cpp b/src/drivers/win/video.cpp index ecdc5e78..829192a3 100644 --- a/src/drivers/win/video.cpp +++ b/src/drivers/win/video.cpp @@ -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);