mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01: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);
|
||||
if (AlsaSound::isValid())
|
||||
backends.push_back(BACKEND_ALSA);
|
||||
#ifdef __APPLE_
|
||||
#ifdef __APPLE__
|
||||
if (CoreAudioSound::isValid())
|
||||
backends.push_back(BACKEND_COREAUDIO);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user