misc: make error message remind about common mistake
authornotaz <notasas@gmail.com>
Mon, 10 Dec 2012 23:46:30 +0000 (01:46 +0200)
committernotaz <notasas@gmail.com>
Tue, 11 Dec 2012 00:22:31 +0000 (02:22 +0200)
libpcsxcore/misc.c

index ad2e5d5..bb55257 100644 (file)
@@ -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;
                }