diff options
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/hrtf.c | 4 | ||||
-rw-r--r-- | Alc/hrtf_res.h | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 |