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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user