summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authorSND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-04-15 18:15:50 +0000
committerSND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-04-15 18:15:50 +0000
commit9c5010fadc7b852a19f0adb67c10483c32d0eee1 (patch)
treed26781f8c90759c7a4273aec2e036343bb98fe8c /libpcsxcore
parent412c93bcc3ab2ea2dab8112eaf910bd8d8eecd9e (diff)
downloadpcsxr-9c5010fadc7b852a19f0adb67c10483c32d0eee1.tar.gz
cdriso: warning dialog popup regarding tracks that could not be loaded from cue sheet.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89980 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
-rwxr-xr-xlibpcsxcore/cdriso.c2
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;
}