From dc1f95afea077685a11ef95c7552565e8b94c906 Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 7 Jun 2010 15:45:12 +0000 Subject: [PATCH] Whoops - forgot to un-ifdef some code. --- src/video.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/video.cpp b/src/video.cpp index 3a55887d..67c9ba43 100644 --- a/src/video.cpp +++ b/src/video.cpp @@ -209,7 +209,6 @@ void FCEU_PutImage(void) #endif if(dosnapsave==2) //Save screenshot as, currently only flagged & run by the Win32 build. //TODO SDL: implement this? { -#ifdef WIN32 char nameo[512]; strcpy(nameo,FCEUI_GetSnapshotAsName().c_str()); if (nameo) @@ -217,7 +216,6 @@ void FCEU_PutImage(void) SaveSnapshot(nameo); FCEU_DispMessage("Snapshot Saved.",0); } -#endif dosnapsave=0; } if(GameInfo->type==GIT_NSF)