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

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

extern SPUConfig spu_config;