diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-09-19 18:57:32 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-09-19 18:57:32 +0200 |
| commit | 28f32a3ca62bc2edbb5455f653aee1e9d285fc39 (patch) | |
| tree | 2601494259471158d0163cf329599d57927f6f74 /src/library_list_32.h | |
| parent | 3b7a448b07f01b83ce27d38061882232d4c48ae4 (diff) | |
| download | box64-28f32a3ca62bc2edbb5455f653aee1e9d285fc39.tar.gz box64-28f32a3ca62bc2edbb5455f653aee1e9d285fc39.zip | |
[BOX32][WRAPPER] Added minimum 32bits libasound support
Diffstat (limited to 'src/library_list_32.h')
| -rw-r--r-- | src/library_list_32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library_list_32.h b/src/library_list_32.h index f982b84c..da9ac12e 100644 --- a/src/library_list_32.h +++ b/src/library_list_32.h @@ -12,5 +12,7 @@ GO("ld-linux.so.2", ldlinux) GO("libGL.so", libgl) GO("libGL.so.1", libgl) GO("libSDL-1.2.so.0", sdl1) +GO("libasound.so.2", libasound) +GO("libasound.so", libasound) GO("crashhandler.so", crashhandler) |