SDL: new API SDL_ANDROID_SetConfigOption() to configure SDL Android-specific options, such as video depth (which requires app restart)

This commit is contained in:
pelya
2016-04-17 01:06:27 +03:00
parent 4374b45ed0
commit 493530112e
8 changed files with 47 additions and 11 deletions

View File

@@ -17,8 +17,8 @@ cd bin
export LD_LIBRARY_PATH=/usr/local/lib
if [ -z "$1" ]; then
./openttd -d 2 -r 854x480 -b 32bpp-anim
./openttd -d 2 -r 854x480
else
#gdb -ex run --args \
./openttd -d 2 -r 854x480 -b 32bpp-anim -g opntitle.sav
gdb -ex run --args \
./openttd -d 2 -r 854x480 -g opntitle.sav
fi