From 6e537c6de74aea3496275622d055b3866cb99e26 Mon Sep 17 00:00:00 2001 From: gameblabla Date: Wed, 6 Oct 2021 07:04:13 +0200 Subject: [PATCH] Fix minor issue when closing ISO. --- libpcsxcore/cdriso.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c index acdc3ab3..de3ab61b 100644 --- a/libpcsxcore/cdriso.c +++ b/libpcsxcore/cdriso.c @@ -1650,6 +1650,7 @@ static long CALLBACK ISOclose(void) { fclose(subHandle); subHandle = NULL; } + playing = FALSE; cddaHandle = NULL; if (compr_img != NULL) { -- 2.39.2