mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-02 13:20:36 +00:00
Fix typo.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5571 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
f32a4b7e9c
commit
e2ef72504e
@ -99,7 +99,7 @@ namespace AudioCommon
|
|||||||
backends.push_back(BACKEND_AOSOUND);
|
backends.push_back(BACKEND_AOSOUND);
|
||||||
if (AlsaSound::isValid())
|
if (AlsaSound::isValid())
|
||||||
backends.push_back(BACKEND_ALSA);
|
backends.push_back(BACKEND_ALSA);
|
||||||
#ifdef __APPLE_
|
#ifdef __APPLE__
|
||||||
if (CoreAudioSound::isValid())
|
if (CoreAudioSound::isValid())
|
||||||
backends.push_back(BACKEND_COREAUDIO);
|
backends.push_back(BACKEND_COREAUDIO);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user