bugfix: [1960354] FCEU should log a message when loading a .cht file
This commit is contained in:
parent
79f0aee87f
commit
909245915b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue