notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ca2ec6
)
misc: make error message remind about common mistake
author
notaz
<notasas@gmail.com>
Mon, 10 Dec 2012 23:46:30 +0000
(
01:46
+0200)
committer
notaz
<notasas@gmail.com>
Tue, 11 Dec 2012 00:22:31 +0000
(
02:22
+0200)
libpcsxcore/misc.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/misc.c
b/libpcsxcore/misc.c
index
ad2e5d5
..
bb55257
100644
(file)
--- 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;
}