diff options
| author | Lywx <kiritodev01@gmail.com> | 2025-07-21 22:42:44 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-21 22:42:44 -0600 |
| commit | c9926fd361c0019b8d24d4d17b142c5364d5e515 (patch) | |
| tree | 8a37d6b9f70a99b5b9b0649da4ceec12687c9fb0 | |
| parent | a05988bd39dc3b2e4205ab901399534f3c922387 (diff) | |
Unbroken other platforms
| -rw-r--r-- | src/port/audio/HMAS.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/port/audio/HMAS.cpp b/src/port/audio/HMAS.cpp index 40f82384b..b24218678 100644 --- a/src/port/audio/HMAS.cpp +++ b/src/port/audio/HMAS.cpp @@ -1,7 +1,9 @@ #include "HMAS.h" #define MINIAUDIO_IMPLEMENTATION +#ifdef __SWITCH__ #define MA_NO_RUNTIME_LINKING +#endif #include "audio/miniaudio.h" #include <spdlog/spdlog.h> #include "port/Engine.h" |
