OpenTTD: updated
This commit is contained in:
@@ -64,7 +64,7 @@ SdlVideoResize=y
|
||||
SdlVideoResizeKeepAspect=n
|
||||
|
||||
# Do not allow device to sleep when the application is in foreground, set this for video players or apps which use accelerometer
|
||||
InhibitSuspend=n
|
||||
InhibitSuspend=y
|
||||
|
||||
# Create Android service, so the app is less likely to be killed while in background
|
||||
CreateService=
|
||||
|
||||
Binary file not shown.
BIN
project/jni/application/openttd/AndroidData/binaries-x86.zip
Normal file
BIN
project/jni/application/openttd/AndroidData/binaries-x86.zip
Normal file
Binary file not shown.
@@ -18,7 +18,7 @@ cd bin
|
||||
export LD_LIBRARY_PATH=/usr/local/lib
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
./openttd -d 2 -r 854x480 # -g opntitle.sav
|
||||
./openttd -d 2 -r 854x480 -g opntitle.sav
|
||||
else
|
||||
#gdb -ex run --args \
|
||||
valgrind --track-fds=yes --log-file=valgrind.log --leak-check=full \
|
||||
|
||||
Reference in New Issue
Block a user