notaz.gp2x.de
/
pcsx_rearmed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
libretro: Fix key passing of update_controller_port_device()
[pcsx_rearmed.git]
/
plugins
/
dfsound
/
spu_config.h
1
// user settings
2
3
typedef struct
4
{
5
int iVolume;
6
int iXAPitch;
7
int iUseReverb;
8
int iUseInterpolation;
9
int iTempo;
10
int iUseThread;
11
int iUseFixedUpdates; // output fixed number of samples/frame
12
13
// status
14
int iThreadAvail;
15
} SPUConfig;
16
17
extern SPUConfig spu_config;