diff options
| author | Yang Liu <numbksco@gmail.com> | 2024-09-26 14:17:15 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-26 08:17:15 +0200 |
| commit | b045dbde0f98fb673f10a5cdb2b25c5094167b65 (patch) | |
| tree | e8a6ca75aec42349a28feb2ed5c21b99f52b4730 /src/library_list_32.h | |
| parent | b85ebc73c9edae7109a65974a610ccf111f14537 (diff) | |
| download | box64-b045dbde0f98fb673f10a5cdb2b25c5094167b65.tar.gz box64-b045dbde0f98fb673f10a5cdb2b25c5094167b65.zip | |
[BOX32][WRAPPER] Added preliminary wrapper for SDL2 (postal1 works) (#1872)
* [BOX32][WRAPPER] Added preliminary wrapper for SDL2 (postal1 works) * Handle more events
Diffstat (limited to 'src/library_list_32.h')
| -rw-r--r-- | src/library_list_32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library_list_32.h b/src/library_list_32.h index 8b2cf590..96b33f3b 100644 --- a/src/library_list_32.h +++ b/src/library_list_32.h @@ -13,6 +13,7 @@ GO("libGL.so", libgl) GO("libGL.so.1", libgl) GO("libGLU.so.1", libglu) GO("libSDL-1.2.so.0", sdl1) +GO("libSDL2-2.0.so.0", sdl2) GO("libasound.so.2", libasound) GO("libasound.so", libasound) GO("libfreetype.so.6", freetype) |