diff options
Diffstat (limited to 'make/joal-alc.cfg')
-rwxr-xr-x | make/joal-alc.cfg | 7 |
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 |