Merge pull request #123 from gameblabla/diablofix_hack
[pcsx_rearmed.git] / plugins / dfsound / spu_config.h
... / ...
CommitLineData
1// user settings
2
3typedef struct
4{
5 int iVolume;
6 int iXAPitch;
7 int iUseReverb;
8 int iUseInterpolation;
9 int iTempo;
10 int idiablofix;
11 int iUseThread;
12 int iUseFixedUpdates; // output fixed number of samples/frame
13
14 // status
15 int iThreadAvail;
16} SPUConfig;
17
18extern SPUConfig spu_config;