From 455d5f48c0e99f6e3d7c237ee5f1570c37ec49be Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 5 Dec 2015 17:49:05 -0800 Subject: [PATCH] Use %s.mhr for the default hrtf table list --- Alc/hrtf.c | 2 +- alsoftrc.sample | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Alc/hrtf.c b/Alc/hrtf.c index 71dd9d79..467232d7 100644 --- a/Alc/hrtf.c +++ b/Alc/hrtf.c @@ -820,7 +820,7 @@ error: vector_HrtfEntry EnumerateHrtf(const_al_string devname) { vector_HrtfEntry list = VECTOR_INIT_STATIC(); - const char *fnamelist = "default-%r.mhr"; + const char *fnamelist = "%s.mhr"; ConfigValueStr(al_string_get_cstr(devname), NULL, "hrtf_tables", &fnamelist); while(fnamelist && *fnamelist) diff --git a/alsoftrc.sample b/alsoftrc.sample index 20c6c0ff..039dba6a 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -111,7 +111,7 @@ # $XDG_DATA_DIRS/openal/hrtf (defaults to /usr/local/share/openal/hrtf and # /usr/share/openal/hrtf) # An absolute path may also be specified, if the given file is elsewhere. -#hrtf_tables = default-%r.mhr +#hrtf_tables = %s.mhr ## cf_level: # Sets the crossfeed level for stereo output. Valid values are: -- 2.11.4.GIT