Change configure entries for NDS and DC ports to use _port_mk
svn-id: r48664
This commit is contained in:
parent
f7ac94db12
commit
418bcdad7d
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -1381,7 +1381,7 @@ if test -n "$_host"; then
|
|||
_build_hq_scalers="no"
|
||||
_mad="yes"
|
||||
_zlib="yes"
|
||||
add_line_to_config_mk 'include $(srcdir)/backends/platform/dc/dreamcast.mk'
|
||||
_port_mk="backends/platform/dc/dreamcast.mk"
|
||||
;;
|
||||
gamecube)
|
||||
_endian=big
|
||||
|
@ -1492,7 +1492,7 @@ if test -n "$_host"; then
|
|||
_backend="nds"
|
||||
_build_hq_scalers="no"
|
||||
_mt32emu="no"
|
||||
add_line_to_config_mk 'include $(srcdir)/backends/platform/ds/ds.mk'
|
||||
_port_mk="backends/platform/ds/ds.mk"
|
||||
# TODO: Enable more ARM optimizations -- requires testing!
|
||||
add_line_to_config_mk 'USE_ARM_SOUND_ASM = 1'
|
||||
add_line_to_config_mk 'USE_ARM_SMUSH_ASM = 1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue