From: gameblabla Date: Wed, 6 Oct 2021 05:06:39 +0000 (+0000) Subject: Merge pull request #567 from gameblabla/fix_minor_close_iso X-Git-Tag: r24l~550 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45c3a59a749ab4889c41500263de9c7be47d29b9;hp=beb23a26aa01e6b2db831ccf9892e58f0dae1287;p=pcsx_rearmed.git Merge pull request #567 from gameblabla/fix_minor_close_iso 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) {