summaryrefslogtreecommitdiff
path: root/libpcsxcore/plugins.c
diff options
context:
space:
mode:
authorSND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-05-17 14:20:21 +0000
committerSND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-05-17 14:20:21 +0000
commit613739424ff29b6975d1c2a7094fda75d8079468 (patch)
tree4b431ab8d3cf632e94f8cbd849c53abef1d7e24a /libpcsxcore/plugins.c
parent3a363f15f918902ee89420fc2120d3f38c8120f5 (diff)
downloadpcsxr-613739424ff29b6975d1c2a7094fda75d8079468.tar.gz
Win32: CDR plugin is not mandatory to have since there is build-in ISO support.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84773 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/plugins.c')
-rwxr-xr-xlibpcsxcore/plugins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/plugins.c b/libpcsxcore/plugins.c
index 30b62b0d..5d7c5220 100755
--- a/libpcsxcore/plugins.c
+++ b/libpcsxcore/plugins.c
@@ -838,7 +838,7 @@ const char *GetIsoFile(void) {
}
boolean UsingIso(void) {
- return (IsoFile[0] != '\0');
+ return (IsoFile[0] != '\0' || Config.Cdr[0] == '\0');
}
void SetCdOpenCaseTime(s64 time) {