diff options
author | lubomyr | 2017-06-25 01:03:15 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2017-06-25 10:50:36 +0200 |
commit | 5ac497f0b0af7ada865feef60341af25bff26c59 (patch) | |
tree | c11a19dda8e8b5ecee13145a862376c4d513db7a /dists | |
parent | 2e40ed1c55c9d7bd3506471a9a523b0df0005ea8 (diff) | |
download | scummvm-rg350-5ac497f0b0af7ada865feef60341af25bff26c59.tar.gz scummvm-rg350-5ac497f0b0af7ada865feef60341af25bff26c59.tar.bz2 scummvm-rg350-5ac497f0b0af7ada865feef60341af25bff26c59.zip |
ANDROIDSDL: removed MIPS from compilation. Mips support stopped in pelya's libSDL.
Diffstat (limited to 'dists')
-rw-r--r-- | dists/androidsdl/scummvm/AndroidAppSettings.cfg | 2 | ||||
-rw-r--r-- | dists/androidsdl/scummvm/AndroidAppSettings.cfg.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dists/androidsdl/scummvm/AndroidAppSettings.cfg b/dists/androidsdl/scummvm/AndroidAppSettings.cfg index d636201863..47dff39a7d 100644 --- a/dists/androidsdl/scummvm/AndroidAppSettings.cfg +++ b/dists/androidsdl/scummvm/AndroidAppSettings.cfg @@ -165,7 +165,7 @@ FirstStartMenuOptions='' # Enable multi-ABI binary, with hardware FPU support - it will also work on old devices, # but .apk size is 2x bigger (y) / (n) / (x86) / (all) -MultiABI="armeabi armeabi-v7a arm64-v8a x86 x86_64 mips" +MultiABI="armeabi armeabi-v7a arm64-v8a x86 x86_64" # Minimum amount of RAM application requires, in Mb, SDL will print warning to user if it's lower AppMinimumRAM=256 diff --git a/dists/androidsdl/scummvm/AndroidAppSettings.cfg.in b/dists/androidsdl/scummvm/AndroidAppSettings.cfg.in index 7837a9e196..a59f3a26ff 100644 --- a/dists/androidsdl/scummvm/AndroidAppSettings.cfg.in +++ b/dists/androidsdl/scummvm/AndroidAppSettings.cfg.in @@ -165,7 +165,7 @@ FirstStartMenuOptions='' # Enable multi-ABI binary, with hardware FPU support - it will also work on old devices, # but .apk size is 2x bigger (y) / (n) / (x86) / (all) -MultiABI="armeabi armeabi-v7a arm64-v8a x86 x86_64 mips" +MultiABI="armeabi armeabi-v7a arm64-v8a x86 x86_64" # Minimum amount of RAM application requires, in Mb, SDL will print warning to user if it's lower AppMinimumRAM=256 |