mirror of
https://github.com/izzy2lost/sm64-izzys-port-android.git
synced 2026-07-05 15:19:31 -07:00
update SDL2 for more controller support
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
SDL2_VERSION="2.26.5"
|
||||
|
||||
pushd SDL
|
||||
|
||||
wget https://www.libsdl.org/release/SDL2-2.0.12.zip
|
||||
unzip -q SDL2-2.0.12.zip
|
||||
mv SDL2-2.0.12/include include
|
||||
wget https://www.libsdl.org/release/SDL2-${SDL2_VERSION}.zip
|
||||
unzip -q SDL2-${SDL2_VERSION}.zip
|
||||
mv SDL2-${SDL2_VERSION}/include include
|
||||
ln -s . include/SDL2
|
||||
rm SDL2-2.0.12.zip
|
||||
rm -r SDL2-2.0.12
|
||||
rm SDL2-${SDL2_VERSION}.zip
|
||||
rm -r SDL2-${SDL2_VERSION}
|
||||
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user