X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=libpcsxcore%2Fmisc.c;h=bb5525732be312790520d11bd911bcb1fa9691a6;hb=1a6164a1aaa1a7f5117730f30410461bb76b63f5;hp=ad2e5d55848d6d798af6ab086bb80c6f398844f3;hpb=305c8c935f912467121a473f945a42a325034417;p=pcsx_rearmed.git diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c index ad2e5d55..bb552573 100644 --- a/libpcsxcore/misc.c +++ b/libpcsxcore/misc.c @@ -506,7 +506,8 @@ int Load(const char *ExePath) { retval = -1; break; case INVALID_EXE: - SysPrintf(_("This file does not appear to be a valid PSX file.\n")); + SysPrintf(_("This file does not appear to be a valid PSX EXE file.\n")); + SysPrintf(_("(did you forget -cdfile ?)\n")); retval = -1; break; }