summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-02-17 10:28:00 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-02-17 10:28:00 +0000
commit8a64e4f0003a8c6ddd5b5603ce899f47aa47e631 (patch)
tree49b94d6b6ad3ae047aafcdf262aa36b7911b979f
parentc4cef2e7680c53efb13d9a214b8cc8c299e9d9e8 (diff)
downloadpcsxr-8a64e4f0003a8c6ddd5b5603ce899f47aa47e631.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@41646 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rw-r--r--ChangeLog1
-rw-r--r--plugins/dfsound/spu.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b4c73b3..07971023 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@ February 17, 2010 Tristin Celestin <cetris1@umbc.edu>
* configure.ac: Removed PulseAudio Simple API support.
* plugins/dfsound/Makefile.am: Likewise.
* plugins/dfsound/nullsnd.c: Likewise.
+ * plugins/dfsound/spu.c: Likewise.
* plugins/dfsound/pulseaudiosimple.c: Removed.
* plugins/dfsound/pulseaudio.c: Fixed high-compatibility (SPUasync) mode.
diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c
index 1a14c839..f80a54f2 100644
--- a/plugins/dfsound/spu.c
+++ b/plugins/dfsound/spu.c
@@ -40,8 +40,6 @@ static char * libraryName = N_("ALSA Sound");
static char * libraryName = N_("Mac OS X Sound");
#elif defined (USEOSS)
static char * libraryName = N_("OSS Sound");
-#elif defined (USEPULSEAUDIOSIMPLE)
-static char * libraryName = N_("PulseAudio Simple Sound");
#elif defined (USEPULSEAUDIO)
static char * libraryName = N_("PulseAudio Sound");
#else