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:
740eb9b
)
spu: forgot to save some stuff again
author
notaz
<notasas@gmail.com>
Tue, 21 Nov 2023 22:06:05 +0000
(
00:06
+0200)
committer
notaz
<notasas@gmail.com>
Tue, 21 Nov 2023 23:08:25 +0000
(
01:08
+0200)
plugins/dfsound/freeze.c
patch
|
blob
|
blame
|
history
diff --git
a/plugins/dfsound/freeze.c
b/plugins/dfsound/freeze.c
index
f56c883
..
bddf0ad
100644
(file)
--- a/
plugins/dfsound/freeze.c
+++ b/
plugins/dfsound/freeze.c
@@
-303,6
+303,13
@@
long CALLBACK SPUfreeze(unsigned int ulFreezeMode, SPUFreeze_t * pF,
pFO->xa_left = xa_left;
\r
pFO->cdda_left = cdda_left;
\r
pFO->cycles_played = spu.cycles_played;
\r
+ pFO->cycles_dma_end = spu.cycles_dma_end;
\r
+ pFO->decode_dirty_ch = spu.decode_dirty_ch;
\r
+ pFO->dwNoiseVal = spu.dwNoiseVal;
\r
+ pFO->dwNoiseCount = spu.dwNoiseCount;
\r
+ pFO->XARepeat = spu.XARepeat;
\r
+ pFO->XALastVal = spu.XALastVal;
\r
+ pFO->last_keyon_cycles = spu.last_keyon_cycles;
\r
\r
for(i=0;i<MAXCHAN;i++)
\r
{
\r