diff options
Diffstat (limited to 'libpcsxcore')
| -rwxr-xr-x | libpcsxcore/cdriso.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c index c29f5b59..1c3c7f72 100755 --- a/libpcsxcore/cdriso.c +++ b/libpcsxcore/cdriso.c @@ -725,7 +725,7 @@ static int parsecue(const char *isofile) { file_len = 0; if (ti[numtracks + 1].handle == NULL) { - SysPrintf(_("\ncould not open: %s\n"), filepath); + SysMessage(_("\ncould not open: %s\n"), filepath); continue; } |
