aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu_config.h
blob: 6b46bf3861fdd8f05e95fe1b0b5d9a4689d24e2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// user settings

typedef struct
{
 int        iVolume;
 int        iXAPitch;
 int        iUseReverb;
 int        iUseInterpolation;
 int        iTempo;
 int        idiablofix;
 int        iUseThread;
 int        iUseFixedUpdates;  // output fixed number of samples/frame

 // status
 int        iThreadAvail;
} SPUConfig;

extern SPUConfig spu_config;