diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-06-16 20:51:36 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-06-16 20:51:36 +0000 |
| commit | 2b719752cd6e896e104e68cc67e34e59131f8fba (patch) | |
| tree | 858be7737e4b61cfe858f6f53007813bc3a2860b /plugins/dfsound/spu.c | |
| parent | de7058e26c5dc28ffeb0ecdcfd2a475217fa92d0 (diff) | |
| download | pcsxr-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.c | 2 |
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
|
