aboutsummaryrefslogtreecommitdiffstats
path: root/make/joal-alc.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/joal-alc.cfg')
-rwxr-xr-xmake/joal-alc.cfg7
1 files changed, 4 insertions, 3 deletions
diff --git a/make/joal-alc.cfg b/make/joal-alc.cfg
index 1166a5a..cdc24bb 100755
--- a/make/joal-alc.cfg
+++ b/make/joal-alc.cfg
@@ -49,8 +49,9 @@ SkipProcAddressGen alcOpenDevice
SkipProcAddressGen alcCreateContext
SkipProcAddressGen alcMakeContextCurrent
-# Need an epilogue on alcMakeContextCurrent to set up the proc address
-# tables the first time
-JavaEpilogue alcMakeContextCurrent ALProcAddressLookup.resetProcAddressTables();
+# Need an epilogue on alcOpenDevice and alcMakeContextCurrent to set
+# up the proc address tables the first time
+JavaEpilogue alcOpenDevice ALProcAddressLookup.resetALCProcAddressTable();
+JavaEpilogue alcMakeContextCurrent ALProcAddressLookup.resetALProcAddressTable();
IncludeAs CustomCCode joal-common-CustomCCode.c