Merge pull request #567 from gameblabla/fix_minor_close_iso
authorgameblabla <gameblabla@users.noreply.github.com>
Wed, 6 Oct 2021 05:06:39 +0000 (05:06 +0000)
committerGitHub <noreply@github.com>
Wed, 6 Oct 2021 05:06:39 +0000 (05:06 +0000)
Fix minor issue when closing ISO.

libpcsxcore/cdriso.c

index acdc3ab..de3ab61 100644 (file)
@@ -1650,6 +1650,7 @@ static long CALLBACK ISOclose(void) {
                fclose(subHandle);
                subHandle = NULL;
        }
+       playing = FALSE;
        cddaHandle = NULL;
 
        if (compr_img != NULL) {