X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfsound%2Fspu_config.h;fp=plugins%2Fdfsound%2Fspu_config.h;h=c6641be52f91a33d0746578e2413c62af03cca9e;hp=0000000000000000000000000000000000000000;hb=3154bfab51566cbaa5bce3965d4c915bfb1b4f53;hpb=d618a2409c80f627a43c89791ce3f7bc38a48648 diff --git a/plugins/dfsound/spu_config.h b/plugins/dfsound/spu_config.h new file mode 100644 index 00000000..c6641be5 --- /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;