mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Only build OpenAL on Windows
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#if defined HAVE_OPENAL && HAVE_OPENAL
|
||||
#ifdef _WIN32
|
||||
|
||||
#include <climits>
|
||||
#include <cstring>
|
||||
@ -347,4 +347,4 @@ void OpenALStream::SoundLoop()
|
||||
}
|
||||
}
|
||||
|
||||
#endif // HAVE_OPENAL
|
||||
#endif // _WIN32
|
||||
|
Reference in New Issue
Block a user