diff options
| author | Lywx <kiritodev01@gmail.com> | 2025-07-22 00:09:44 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-22 00:09:44 -0600 |
| commit | f9019a2548f51c725557f2495e9dc1791199ffd6 (patch) | |
| tree | 4750cd0e16f87fde53af9e254f1b86bbb1ebbb74 | |
| parent | 1c5dc64bf121086bb2ddda90b3e22d2e04836ca3 (diff) | |
Removed unused ifdef
| -rw-r--r-- | src/port/audio/HMAS.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/port/audio/HMAS.cpp b/src/port/audio/HMAS.cpp index b24218678..9d656a206 100644 --- a/src/port/audio/HMAS.cpp +++ b/src/port/audio/HMAS.cpp @@ -1,9 +1,6 @@ #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" |
