aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-08-13 08:53:36 -0700
committerChris Robinson <[email protected]>2012-08-13 09:07:01 -0700
commitadd53e28c2ad6909fe8ed3efdafc419c90023477 (patch)
treec4e0f19898b8cc65457fe2e966d42412b6eed7c3 /Alc/ALc.c
parentf42f655ea91b50ed60916880271e320d398debe3 (diff)
Check for some CPU extensions
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 06345980..b017c480 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -790,6 +790,7 @@ static void alc_initconfig(void)
ReadALConfig();
+ FillCPUCaps();
InitHrtf();
#ifdef _WIN32