From: notaz Date: Mon, 10 Dec 2012 23:46:30 +0000 (+0200) Subject: misc: make error message remind about common mistake X-Git-Tag: r18~47 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=8f00f96ca84ba1d8ba30d4850c0b1d143efa5989;hp=5ca2ec64779fee99d0fc347330a83ae5e982d282 misc: make error message remind about common mistake --- 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; }