From: gameblabla Date: Wed, 6 Oct 2021 05:04:13 +0000 (+0200) Subject: Fix minor issue when closing ISO. X-Git-Tag: r24l~550^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e537c6de74aea3496275622d055b3866cb99e26;p=pcsx_rearmed.git Fix minor issue when closing ISO. --- 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) {