Fix minor issue when closing ISO.
authorgameblabla <gameblabla@protonmail.com>
Wed, 6 Oct 2021 05:04:13 +0000 (07:04 +0200)
committergameblabla <gameblabla@protonmail.com>
Wed, 6 Oct 2021 05:04:13 +0000 (07:04 +0200)
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) {