notaz.gp2x.de
/
pcsx_rearmed.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
some random improvements
[pcsx_rearmed.git]
/
plugins
/
dfsound
/
spu_config.h
Commit
Line
Data
3154bfab
1
// user settings
2
3
typedef struct
4
{
5
int iVolume;
6
int iXAPitch;
7
int iUseReverb;
8
int iUseInterpolation;
9
int iTempo;
63a4f6b6
10
int iUseThread;
3bd31caf
11
12
// status
13
int iThreadAvail;
3154bfab
14
} SPUConfig;
15
16
extern SPUConfig spu_config;