Whoops - forgot to un-ifdef some code.

This commit is contained in:
adelikat 2010-06-07 15:45:12 +00:00
parent 6faa55b21f
commit dc1f95afea
1 changed files with 0 additions and 2 deletions

View File

@ -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)