aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
Diffstat (limited to 'Alc')
-rw-r--r--Alc/hrtf.c4
-rw-r--r--Alc/hrtf_res.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/Alc/hrtf.c b/Alc/hrtf.c
index cd9656bc..7786befc 100644
--- a/Alc/hrtf.c
+++ b/Alc/hrtf.c
@@ -878,8 +878,8 @@ done:
#ifndef ALSOFT_EMBED_HRTF_DATA
-#define IDR_DEFAULT_44100_MHR 0
-#define IDR_DEFAULT_48000_MHR 1
+#define IDR_DEFAULT_44100_MHR 1
+#define IDR_DEFAULT_48000_MHR 2
static const ALubyte *GetResource(int UNUSED(name), size_t *size)
{
diff --git a/Alc/hrtf_res.h b/Alc/hrtf_res.h
index 027e49de..2dc39cf1 100644
--- a/Alc/hrtf_res.h
+++ b/Alc/hrtf_res.h
@@ -1,5 +1,5 @@
#define MHRTYPE 256
-#define IDR_DEFAULT_44100_MHR 0
-#define IDR_DEFAULT_48000_MHR 1
+#define IDR_DEFAULT_44100_MHR 1
+#define IDR_DEFAULT_48000_MHR 2