bugfix: [1960354] FCEU should log a message when loading a .cht file

This commit is contained in:
mauzus 2008-05-13 03:51:35 +00:00
parent 79f0aee87f
commit 909245915b
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ void FCEU_LoadGameCheats(FILE *override)
if(!fp) return;
}
FCEU_printf("Cheats file loaded.\n");
while(fgets(linebuf,2048,fp)>0)
{
char *tbuf=linebuf;