aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/externals.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/externals.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/externals.h')
-rw-r--r--plugins/dfsound/externals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/dfsound/externals.h b/plugins/dfsound/externals.h
index 8bbf4e0..2db75ac 100644
--- a/plugins/dfsound/externals.h
+++ b/plugins/dfsound/externals.h
@@ -189,6 +189,7 @@ typedef struct
int decode_dirty_ch;
unsigned int bSpuInit:1;
unsigned int bSPUIsOpen:1;
+ unsigned int bMemDirty:1; // had external write to SPU RAM
unsigned int dwNoiseVal; // global noise generator
unsigned int dwNoiseCount;