aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu_config.h
blob: c6641be52f91a33d0746578e2413c62af03cca9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// user settings

typedef struct
{
 int        iVolume;
 int        iXAPitch;
 int        iUseReverb;
 int        iUseInterpolation;
 int        iTempo;
} SPUConfig;

extern SPUConfig spu_config;