aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 1f73ad72..f05d7316 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -768,9 +768,11 @@ enum {
CPU_CAP_MMX = 1<<0,
CPU_CAP_SSE = 1<<1,
CPU_CAP_NEON = 1<<3,
+
+ CPU_CAP_ALL = CPU_CAP_MMX|CPU_CAP_SSE|CPU_CAP_NEON
};
-void FillCPUCaps(void);
+void FillCPUCaps(ALuint capfilter);
/**