c6641be52f91a33d0746578e2413c62af03cca9e
[pcsx_rearmed.git] / plugins / dfsound / spu_config.h
1 // user settings
2
3 typedef struct
4 {
5  int        iVolume;
6  int        iXAPitch;
7  int        iUseReverb;
8  int        iUseInterpolation;
9  int        iTempo;
10 } SPUConfig;
11
12 extern SPUConfig spu_config;