fds - show filename of missing bios file

This commit is contained in:
mart0258 2009-12-08 04:28:05 +00:00
parent 1605800776
commit 60abe35afb
1 changed files with 1 additions and 1 deletions

View File

@ -783,7 +783,7 @@ int FDSLoad(const char *name, FCEUFILE *fp)
if(!(zp=FCEUD_UTF8fopen(fn,"rb"))) if(!(zp=FCEUD_UTF8fopen(fn,"rb")))
{ {
FCEU_PrintError("FDS BIOS ROM image missing!"); FCEU_PrintError("FDS BIOS ROM image missing: %s", FCEU_MakeFName(FCEUMKF_FDSROM,0,0).c_str());
FreeFDSMemory(); FreeFDSMemory();
free(fn); free(fn);
return 0; return 0;