aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid-John Willis2011-04-11 18:24:36 +0100
committerDavid-John Willis2011-04-11 18:24:36 +0100
commit38ed8d2fcda04e8fb84b73416320fbf2344b5fd3 (patch)
tree4a2acc56c8cd3f9b3b9a9e50f40ba73a3afa27c0
parent6f1c7cf30ac3c36d6ececdadc77ff5cfac3dce66 (diff)
downloadscummvm-rg350-38ed8d2fcda04e8fb84b73416320fbf2344b5fd3.tar.gz
scummvm-rg350-38ed8d2fcda04e8fb84b73416320fbf2344b5fd3.tar.bz2
scummvm-rg350-38ed8d2fcda04e8fb84b73416320fbf2344b5fd3.zip
CONFIGURE: Move GP2X to build with the GPH backend by default.
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 75a64e06ba..63669bb276 100755
--- a/configure
+++ b/configure
@@ -1823,12 +1823,12 @@ if test -n "$_host"; then
add_line_to_config_mk 'USE_ARM_GFX_ASM = 1'
add_line_to_config_mk 'USE_ARM_COSTUME_ASM = 1'
add_line_to_config_mk 'USE_ARM_SCALER_ASM = 1'
- _backend="gp2x"
+ _backend="gph"
_build_hq_scalers=no
_mt32emu=no
_vkeybd=yes
_seq_midi=no
- _port_mk="backends/platform/gp2x/gp2x-bundle.mk"
+ _port_mk="backends/platform/gph/gp2x-bundle.mk"
;;
gp2xwiz)
# This uses the GPH backend.