CONFIGURE: Move GP2X to build with the GPH backend by default.

This commit is contained in:
David-John Willis 2011-04-11 18:24:36 +01:00
parent 6f1c7cf30a
commit 38ed8d2fcd

4
configure vendored
View File

@ -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.