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:
6a79c06
)
cdrom: fix wrong state
author
notaz
<notasas@gmail.com>
Thu, 26 Dec 2024 20:18:02 +0000
(22:18 +0200)
committer
notaz
<notasas@gmail.com>
Thu, 26 Dec 2024 20:18:02 +0000
(22:18 +0200)
libretro/pcsx_rearmed#860
libpcsxcore/cdrom.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/cdrom.c
b/libpcsxcore/cdrom.c
index
5c7e764
..
9e201eb
100644
(file)
--- a/
libpcsxcore/cdrom.c
+++ b/
libpcsxcore/cdrom.c
@@
-931,7
+931,6
@@
void cdrInterrupt(void) {
error = ERROR_BAD_ARGNUM;
goto set_error;
}
- cdr.DriveState = DRIVESTATE_STANDBY;
second_resp_time = cdReadTime * 125 / 2;
start_rotating = 1;
break;