about summary refs log tree commit diff stats
path: root/src/library_list.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-04-14 16:27:53 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-04-14 16:27:53 +0200
commit82755b5ef2a4409faf2e44cbc755950d087a627a (patch)
treebacab424a29cd8e25b7d2ac80fb25bd434a44443 /src/library_list.h
parent7b4cbee8e7b6ef6293e996e20f422c3095ef0361 (diff)
downloadbox64-82755b5ef2a4409faf2e44cbc755950d087a627a.tar.gz
box64-82755b5ef2a4409faf2e44cbc755950d087a627a.zip
Added wrapped libSDL_net and libSDL_sound
Diffstat (limited to 'src/library_list.h')
-rwxr-xr-xsrc/library_list.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/library_list.h b/src/library_list.h
index 458cba0b..a9a8e81a 100755
--- a/src/library_list.h
+++ b/src/library_list.h
@@ -21,8 +21,10 @@ GO("libSDL2_image-2.0.so.0", sdl2image)
 GO("libSDL2_net-2.0.so.0", sdl2net)
 GO("libSDL2_ttf-2.0.so.0", sdl2ttf)
 GO("libSDL-1.2.so.0", sdl1)
-GO("libSDL_mixer-1.2.so.0", sdl1mixer)
 GO("libSDL_image-1.2.so.0", sdl1image)
+GO("libSDL_mixer-1.2.so.0", sdl1mixer)
+GO("libSDL_net-1.2.so.0", sdl1net)
+GO("libSDL_sound-1.0.so.1", sdl1sound)
 GO("libSDL_ttf-2.0.so.0", sdl1ttf)
 GO("libsmpeg-0.4.so.0", smpeg)
 GO("libsmpeg2-2.0.so.0", smpeg2)