X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fmisc.c;h=bb5525732be312790520d11bd911bcb1fa9691a6;hp=ad2e5d55848d6d798af6ab086bb80c6f398844f3;hb=8f00f96ca84ba1d8ba30d4850c0b1d143efa5989;hpb=5ca2ec64779fee99d0fc347330a83ae5e982d282 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; }