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-14 10:26:38 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-09-14 10:26:38 +0200
commitde7baa0b410185710411f38d51bb29cbc0ebd92a (patch)
treefd728e9caab96475a2c66d5f614ef40f4015c7e3 /src/library_list_32.h
parentb361a0d2ffd11f12cc59757e86dc2e63c92dfdf3 (diff)
downloadbox64-de7baa0b410185710411f38d51bb29cbc0ebd92a.tar.gz
box64-de7baa0b410185710411f38d51bb29cbc0ebd92a.zip
[BOX32] Added (mostly untested) wrapped libGL and minimum SDL1 (SDLgears and zsnes works)
Diffstat (limited to 'src/library_list_32.h')
-rw-r--r--src/library_list_32.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/library_list_32.h b/src/library_list_32.h
index a5a1831c..f982b84c 100644
--- a/src/library_list_32.h
+++ b/src/library_list_32.h
@@ -9,4 +9,8 @@ GO("libm.so.6", libm)
 GO("libdl.so.2", libdl)
 GO("ld-linux.so.2", ldlinux)
 
+GO("libGL.so", libgl)
+GO("libGL.so.1", libgl)
+GO("libSDL-1.2.so.0", sdl1)
+
 GO("crashhandler.so", crashhandler)