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

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

 // status
 int        iThreadAvail;
} SPUConfig;

extern SPUConfig spu_config;