From 28f32a3ca62bc2edbb5455f653aee1e9d285fc39 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 19 Sep 2024 18:57:32 +0200 Subject: [BOX32][WRAPPER] Added minimum 32bits libasound support --- src/library_list_32.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/library_list_32.h') 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) -- cgit 1.4.1