notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12aa995
)
Fix minor issue when closing ISO.
author
gameblabla
<gameblabla@protonmail.com>
Wed, 6 Oct 2021 05:04:13 +0000
(07:04 +0200)
committer
gameblabla
<gameblabla@protonmail.com>
Wed, 6 Oct 2021 05:04:13 +0000
(07:04 +0200)
libpcsxcore/cdriso.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/cdriso.c
b/libpcsxcore/cdriso.c
index
acdc3ab
..
de3ab61
100644
(file)
--- 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) {