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:
259c6f5
)
Fix typo for DOA pause resume fix.
author
gameblabla
<gameblabla@protonmail.com>
Fri, 4 Feb 2022 06:02:35 +0000
(07:02 +0100)
committer
gameblabla
<gameblabla@protonmail.com>
Fri, 4 Feb 2022 06:02:35 +0000
(07:02 +0100)
Ooops, looks like i made a mistake :P
libpcsxcore/cdrom.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/cdrom.c
b/libpcsxcore/cdrom.c
index
4b3e263
..
1646d0e
100644
(file)
--- a/
libpcsxcore/cdrom.c
+++ b/
libpcsxcore/cdrom.c
@@
-774,7
+774,7
@@
void cdrInterrupt() {
*
* We will need to get around this for Bedlam/Rise 2 later...
* */
- if (cdr.DriveState
!
= DRIVESTATE_STANDBY)
+ if (cdr.DriveState
=
= DRIVESTATE_STANDBY)
{
delay = 7000;
}