aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu_config.h
diff options
context:
space:
mode:
authorTwinaphex2014-12-20 20:43:18 +0100
committerTwinaphex2014-12-20 20:43:18 +0100
commit247fc699be6b3bd95fd9126541e0804cc8dffdd4 (patch)
treed38e169e68e48a3ccbf8a3805f9cb87197ed894a /plugins/dfsound/spu_config.h
parent3e5b01fcef8ef20dacca45ea7a7b0c461e6bd666 (diff)
parent7931825ed8ef51dab3e37475d8126103ebc9fb6f (diff)
downloadpcsx_rearmed-247fc699be6b3bd95fd9126541e0804cc8dffdd4.tar.gz
pcsx_rearmed-247fc699be6b3bd95fd9126541e0804cc8dffdd4.tar.bz2
pcsx_rearmed-247fc699be6b3bd95fd9126541e0804cc8dffdd4.zip
Merge pull request #11 from notaz/upstream_merge
Upstream merge
Diffstat (limited to 'plugins/dfsound/spu_config.h')
-rw-r--r--plugins/dfsound/spu_config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/dfsound/spu_config.h b/plugins/dfsound/spu_config.h
new file mode 100644
index 0000000..c6641be
--- /dev/null
+++ b/plugins/dfsound/spu_config.h
@@ -0,0 +1,12 @@
+// user settings
+
+typedef struct
+{
+ int iVolume;
+ int iXAPitch;
+ int iUseReverb;
+ int iUseInterpolation;
+ int iTempo;
+} SPUConfig;
+
+extern SPUConfig spu_config;