aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/externals.h
diff options
context:
space:
mode:
authornotaz2011-03-01 00:48:20 +0200
committernotaz2011-03-01 17:35:19 +0200
commit97ea407715c0eafc8d73ffc5477f6d7e6ad8f20b (patch)
tree039162811486c4061487e01de966597ab055c056 /plugins/dfsound/externals.h
parent9cf0ddbcdf4a2d72348df35695d09b36d23a2d0a (diff)
downloadpcsx_rearmed-97ea407715c0eafc8d73ffc5477f6d7e6ad8f20b.tar.gz
pcsx_rearmed-97ea407715c0eafc8d73ffc5477f6d7e6ad8f20b.tar.bz2
pcsx_rearmed-97ea407715c0eafc8d73ffc5477f6d7e6ad8f20b.zip
spu: drop unused mono code
also merge the mix buffers - the idea was to make use of neon there but I've decided againt it, it wouldn't improve things much according to profiling.
Diffstat (limited to 'plugins/dfsound/externals.h')
-rw-r--r--plugins/dfsound/externals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/dfsound/externals.h b/plugins/dfsound/externals.h
index 92683a9..90e26ce 100644
--- a/plugins/dfsound/externals.h
+++ b/plugins/dfsound/externals.h
@@ -205,7 +205,6 @@ extern int iDebugMode;
extern int iRecordMode;
extern int iUseReverb;
extern int iUseInterpolation;
-extern int iDisStereo;
// MISC
extern int iSpuAsyncWait;