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:
ececcc6
)
cdrom: update status immediately after seek
author
notaz
<notasas@gmail.com>
Thu, 29 Sep 2022 19:45:23 +0000
(22:45 +0300)
committer
notaz
<notasas@gmail.com>
Thu, 29 Sep 2022 19:45:23 +0000
(22:45 +0300)
Philosoma wants it
libpcsxcore/cdrom.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/cdrom.c
b/libpcsxcore/cdrom.c
index
cace6d9
..
7715a2b
100644
(file)
--- a/
libpcsxcore/cdrom.c
+++ b/
libpcsxcore/cdrom.c
@@
-1006,6
+1006,7
@@
void cdrInterrupt(void) {
case CdlSeekL + CMD_PART2:
case CdlSeekP + CMD_PART2:
SetPlaySeekRead(cdr.StatP, 0);
+ cdr.Result[0] = cdr.StatP;
cdr.Stat = Complete;
Find_CurTrack(cdr.SetSectorPlay);