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:
af93c8b
)
cdrom: should use the last Setloc loc and SeekL
author
notaz
<notasas@gmail.com>
Wed, 31 Aug 2022 23:09:49 +0000
(
02:09
+0300)
committer
notaz
<notasas@gmail.com>
Fri, 2 Sep 2022 20:16:42 +0000
(23:16 +0300)
notaz/pcsx_rearmed#253
libpcsxcore/cdrom.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/cdrom.c
b/libpcsxcore/cdrom.c
index
1431dac
..
5475a6b
100644
(file)
--- a/
libpcsxcore/cdrom.c
+++ b/
libpcsxcore/cdrom.c
@@
-985,6
+985,7
@@
void cdrInterrupt() {
*/
CDRMISC_INT(cdr.Seeked == SEEK_DONE ? 0x800 : cdReadTime * 4);
cdr.Seeked = SEEK_PENDING;
+ memcpy(cdr.SetSectorPlay, cdr.SetSector, 4);
start_rotating = 1;
break;