aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-09-14 01:10:19 -0700
committerChris Robinson <[email protected]>2012-09-14 01:10:19 -0700
commitec74fb9ba2eaf0b75685f6c88cd96270408c1da6 (patch)
tree79cc271c9eac1f1eb59db52133511f06976124e8 /OpenAL32/Include/alMain.h
parentff809f2271099acf4527a23d55a034e1cef5e900 (diff)
Enable flush-to-zero mode when possible
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 6b8d5fab..49241eca 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -733,6 +733,9 @@ void *al_malloc(size_t alignment, size_t size);
void *al_calloc(size_t alignment, size_t size);
void al_free(void *ptr);
+int SetMixerFPUMode(void);
+void RestoreFPUMode(int state);
+
ALvoid *StartThread(ALuint (*func)(ALvoid*), ALvoid *ptr);
ALuint StopThread(ALvoid *thread);