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:
961cb15
)
cdrom: fix wrong volumes on state load
author
notaz
<notasas@gmail.com>
Tue, 20 May 2025 23:53:41 +0000
(
02:53
+0300)
committer
notaz
<notasas@gmail.com>
Tue, 20 May 2025 23:56:41 +0000
(
02:56
+0300)
libretro/pcsx_rearmed#890
libpcsxcore/cdrom.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/cdrom.c
b/libpcsxcore/cdrom.c
index
df958ba
..
50255c8
100644
(file)
--- a/
libpcsxcore/cdrom.c
+++ b/
libpcsxcore/cdrom.c
@@
-1811,7
+1811,7
@@
int cdrFreeze(void *f, int Mode) {
Find_CurTrack(cdr.SetSectorPlay);
}
if (!cdr.Muted)
- ll = cdr.AttenuatorLeftToLeft, lr = cdr.AttenuatorLeftTo
Lef
t,
+ ll = cdr.AttenuatorLeftToLeft, lr = cdr.AttenuatorLeftTo
Righ
t,
rl = cdr.AttenuatorRightToLeft, rr = cdr.AttenuatorRightToRight;
SPU_setCDvol(ll, lr, rl, rr, psxRegs.cycle);
}