From 8f00f96ca84ba1d8ba30d4850c0b1d143efa5989 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 11 Dec 2012 01:46:30 +0200 Subject: [PATCH] misc: make error message remind about common mistake --- libpcsxcore/misc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.39.2