fds - show filename of missing bios file
This commit is contained in:
parent
1605800776
commit
60abe35afb
|
@ -783,7 +783,7 @@ int FDSLoad(const char *name, FCEUFILE *fp)
|
|||
|
||||
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();
|
||||
free(fn);
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue