spu: start offload code to TI C64x DSP
[pcsx_rearmed.git] / plugins / dfsound / spu_config.h
CommitLineData
3154bfab 1// user settings
2
3typedef struct
4{
5 int iVolume;
6 int iXAPitch;
7 int iUseReverb;
8 int iUseInterpolation;
9 int iTempo;
63a4f6b6 10 int iUseThread;
3154bfab 11} SPUConfig;
12
13extern SPUConfig spu_config;