mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 04:40:39 +00:00
CONFIGURE: Move GP2X to build with the GPH backend by default.
This commit is contained in:
parent
6f1c7cf30a
commit
38ed8d2fcd
4
configure
vendored
4
configure
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user