spu: put globals into a structure
[pcsx_rearmed.git] / plugins / dfsound / spu_config.h
diff --git a/plugins/dfsound/spu_config.h b/plugins/dfsound/spu_config.h
new file mode 100644 (file)
index 0000000..c6641be
--- /dev/null
@@ -0,0 +1,12 @@
+// user settings
+
+typedef struct
+{
+ int        iVolume;
+ int        iXAPitch;
+ int        iUseReverb;
+ int        iUseInterpolation;
+ int        iTempo;
+} SPUConfig;
+
+extern SPUConfig spu_config;