aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu_c64x.h
diff options
context:
space:
mode:
authornotaz2015-02-02 04:13:30 +0200
committernotaz2015-02-02 04:13:30 +0200
commit0c1151feca09186ec61485436912a3e563c40b54 (patch)
tree98a18e8f9e6a09f632df7a9dda6114cb92763043 /plugins/dfsound/spu_c64x.h
parent7b2c4897f089ab6eee7bc2ce2873c2b11058e04e (diff)
downloadpcsx_rearmed-0c1151feca09186ec61485436912a3e563c40b54.tar.gz
pcsx_rearmed-0c1151feca09186ec61485436912a3e563c40b54.tar.bz2
pcsx_rearmed-0c1151feca09186ec61485436912a3e563c40b54.zip
spu: c64x: fix cache handling, enable l2
Diffstat (limited to 'plugins/dfsound/spu_c64x.h')
-rw-r--r--plugins/dfsound/spu_c64x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfsound/spu_c64x.h b/plugins/dfsound/spu_c64x.h
index 8210e63..7c4d565 100644
--- a/plugins/dfsound/spu_c64x.h
+++ b/plugins/dfsound/spu_c64x.h
@@ -15,10 +15,10 @@ struct region_mem {
// these are not to be modified by DSP
SPUCHAN s_chan[24 + 1];
REVERBInfo rvb;
+ SPUConfig spu_config;
} in;
int _pad2[128/4 - ((sizeof(struct spu_in) / 4) & (128/4 - 1))];
struct spu_worker worker;
- SPUConfig spu_config;
// init/debug
int sizeof_region_mem;
int offsetof_s_chan1;