aboutsummaryrefslogtreecommitdiffstats
path: root/make/config
diff options
context:
space:
mode:
Diffstat (limited to 'make/config')
-rw-r--r--make/config/joal-alext.cfg7
-rw-r--r--make/config/joal-common-CustomCCode.c2
2 files changed, 7 insertions, 2 deletions
diff --git a/make/config/joal-alext.cfg b/make/config/joal-alext.cfg
index 84baf22..2d3116d 100644
--- a/make/config/joal-alext.cfg
+++ b/make/config/joal-alext.cfg
@@ -31,6 +31,9 @@ ArgumentIsPascalString ALEVENTPROCSOFT 3 4
JavaCallbackDef alEventCallbackSOFT 1 ALEVENTPROCSOFT 5 ALCcontext ALContextKey
JavaCallbackKey alEventCallbackSOFT 1 ALEVENTPROCSOFT 5
+JavaCallbackDef alBufferCallbackSOFT 4 ALBUFFERCALLBACKTYPESOFT 0 ALCcontext ALContextKey
+JavaCallbackKey alBufferCallbackSOFT 4 ALBUFFERCALLBACKTYPESOFT 0
+
Import java.io.UnsupportedEncodingException
Import java.util.*
Import com.jogamp.openal.*
@@ -57,3 +60,7 @@ ReturnValueCapacity alcLoopbackOpenDeviceSOFT 0
IncludeAs CustomCCode joal-common-CustomCCode.c
+ReturnsString alcGetStringiSOFT
+ReturnsString alGetStringiSOFT
+
+ArgumentIsString alcReopenDeviceSOFT 1 \ No newline at end of file
diff --git a/make/config/joal-common-CustomCCode.c b/make/config/joal-common-CustomCCode.c
index e620735..3b2f590 100644
--- a/make/config/joal-common-CustomCCode.c
+++ b/make/config/joal-common-CustomCCode.c
@@ -1,3 +1 @@
-#include <al-types.h>
-#include <alc-types.h>
#include <string.h>