aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu_config.h
diff options
context:
space:
mode:
authornotaz2015-01-10 01:55:24 +0200
committernotaz2015-01-10 01:57:55 +0200
commit3bd31caf9e9f5ddab2bf4fbdb5a129f4972c45f3 (patch)
tree3035dee6dad211c86861f2b827ff3130b8361220 /plugins/dfsound/spu_config.h
parentde4a0279efefdd2e4595c8fc27f1564f4bff9341 (diff)
downloadpcsx_rearmed-3bd31caf9e9f5ddab2bf4fbdb5a129f4972c45f3.tar.gz
pcsx_rearmed-3bd31caf9e9f5ddab2bf4fbdb5a129f4972c45f3.tar.bz2
pcsx_rearmed-3bd31caf9e9f5ddab2bf4fbdb5a129f4972c45f3.zip
spu: support multiple pending buffers
for threaded implementation
Diffstat (limited to 'plugins/dfsound/spu_config.h')
-rw-r--r--plugins/dfsound/spu_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/dfsound/spu_config.h b/plugins/dfsound/spu_config.h
index 9a139e1..fce1cda 100644
--- a/plugins/dfsound/spu_config.h
+++ b/plugins/dfsound/spu_config.h
@@ -8,6 +8,9 @@ typedef struct
int iUseInterpolation;
int iTempo;
int iUseThread;
+
+ // status
+ int iThreadAvail;
} SPUConfig;
extern SPUConfig spu_config;