aboutsummaryrefslogtreecommitdiffstats
path: root/make/joal-alc.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/joal-alc.cfg')
-rwxr-xr-xmake/joal-alc.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/joal-alc.cfg b/make/joal-alc.cfg
index 21f7449..50a8fa2 100755
--- a/make/joal-alc.cfg
+++ b/make/joal-alc.cfg
@@ -30,7 +30,7 @@ Ignore alcGetProcAddress
# implement alcGetString(NULL, ALC_DEVICE_SPECIFIER) in another method
RenameJavaMethod alcGetString alcGetStringImpl
# Specify the return length of this function with our own custom strlen
-ReturnValueCapacity alcGetString strlen_alc(_ptr0, {1}, _res)
+ReturnValueCapacity alcGetStringImpl strlen_alc(_device_ptr, {1}, _res)
# Note that we don't declare this as "ReturnsString" because we're
# going to wrap it in another method