aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/hrtf.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/hrtf.cpp b/core/hrtf.cpp
index 48b9a3d7..28179189 100644
--- a/core/hrtf.cpp
+++ b/core/hrtf.cpp
@@ -1206,7 +1206,9 @@ al::span<const char> GetResource(int /*name*/)
#else
-#include "hrtf_default.h"
+constexpr unsigned char hrtf_default[]{
+#include "default_hrtf.txt"
+};
al::span<const char> GetResource(int name)
{