about summary refs log tree commit diff stats
path: root/src/library_list_32.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-09-23 10:19:42 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-09-23 10:19:42 +0200
commit4c0a213840d4ea746f8ab1dfd12315a5df101207 (patch)
treed68cb16e104b374c30d5bd4e32f489eeeb63298c /src/library_list_32.h
parentaa65bad62b458acf790666d996cae72ab96881be (diff)
downloadbox64-4c0a213840d4ea746f8ab1dfd12315a5df101207.tar.gz
box64-4c0a213840d4ea746f8ab1dfd12315a5df101207.zip
[BOX32][WRAPPER] Added 32bits wrapped openal
Diffstat (limited to 'src/library_list_32.h')
-rw-r--r--src/library_list_32.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/library_list_32.h b/src/library_list_32.h
index d6046166..9e0a036a 100644
--- a/src/library_list_32.h
+++ b/src/library_list_32.h
@@ -22,4 +22,9 @@ GO("libXcursor.so.1", libxcursor)
 GO("libXrandr.so.2", libxrandr)
 GO("libxrandr.so.2", libxrandr)
 
+GO("libopenal.so.1", openal)
+GO("libopenal.so.0", openal)
+GO("libopenal.so", openal)
+GO("openal.so", openal)
+
 GO("crashhandler.so", crashhandler)