diff options
Diffstat (limited to 'libpcsxcore/plugins.c')
| -rwxr-xr-x | libpcsxcore/plugins.c | 2 |
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) { |
