diff options
author | Chris Robinson <[email protected]> | 2015-12-05 17:49:05 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-12-05 17:49:05 -0800 |
commit | 455d5f48c0e99f6e3d7c237ee5f1570c37ec49be (patch) | |
tree | fd21441e6e8f1314f0a7039dfd9e9a7c9b6df375 | |
parent | 21998924d81e382bfb4d63b036ac21eae8dcc04f (diff) |
Use %s.mhr for the default hrtf table list
-rw-r--r-- | Alc/hrtf.c | 2 | ||||
-rw-r--r-- | alsoftrc.sample | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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: |