summaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu.c
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-06-16 20:51:36 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-06-16 20:51:36 +0000
commit2b719752cd6e896e104e68cc67e34e59131f8fba (patch)
tree858be7737e4b61cfe858f6f53007813bc3a2860b /plugins/dfsound/spu.c
parentde7058e26c5dc28ffeb0ecdcfd2a475217fa92d0 (diff)
downloadpcsxr-2b719752cd6e896e104e68cc67e34e59131f8fba.tar.gz
dfsound, openal.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67915 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfsound/spu.c')
-rw-r--r--plugins/dfsound/spu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c
index d009692b..8d9b0ea3 100644
--- a/plugins/dfsound/spu.c
+++ b/plugins/dfsound/spu.c
@@ -49,6 +49,8 @@ static char * libraryName = N_("ALSA Sound");
static char * libraryName = N_("OSS Sound");
#elif defined (USESDL)
static char * libraryName = N_("SDL Sound");
+#elif defined (USEOPENAL)
+static char * libraryName = N_("OpenAL Sound");
#elif defined (USEPULSEAUDIO)
static char * libraryName = N_("PulseAudio Sound");
#else