aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu_c64x.h
diff options
context:
space:
mode:
authorTwinaphex2015-02-06 09:39:11 +0100
committerTwinaphex2015-02-06 09:39:11 +0100
commit40dabc0b86e98a2f9b754692bd98404d038f6bce (patch)
tree27a148679e25f6edb7a2dd85c54514139bb72450 /plugins/dfsound/spu_c64x.h
parentcebb70f24ab54693b12aaa27b85a52689e26e1ff (diff)
parent2af7e74feec67c0a798ac190774cb4b3e925be76 (diff)
downloadpcsx_rearmed-40dabc0b86e98a2f9b754692bd98404d038f6bce.tar.gz
pcsx_rearmed-40dabc0b86e98a2f9b754692bd98404d038f6bce.tar.bz2
pcsx_rearmed-40dabc0b86e98a2f9b754692bd98404d038f6bce.zip
Merge pull request #14 from notaz/for_libretro
r22 merge
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;