We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50d2e9 commit dfd5645Copy full SHA for dfd5645
core/audio/oal_port.h
@@ -25,14 +25,14 @@
25
****************************************************************************/
26
#pragma once
27
28
-#if !defined(__APPLE__) && !defined(__EMSCRIPTEN__)
29
-# if !defined(AX_USE_ALSOFT)
30
-# define AX_USE_ALSOFT 1
31
-# endif
+#if defined(AX_USE_ALSOFT)
+# undef AX_USE_ALSOFT
+#endif
+
32
+#if !defined(__EMSCRIPTEN__)
33
+# define AX_USE_ALSOFT 1
34
#else
-# define AX_USE_ALSOFT 0
35
+# define AX_USE_ALSOFT 0
36
#endif
37
38
// Use the OpenAL Soft headers bundled with Axmol instead of system-installed AL/xxx.h.
0 commit comments