mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 21:00:39 +00:00
GCW0: Switch to HW floats and introduce the platform define
This commit is contained in:
parent
238b3e1ac2
commit
8e3b6df830
4
configure
vendored
4
configure
vendored
@ -2590,11 +2590,9 @@ if test -n "$_host"; then
|
||||
add_line_to_config_h "#define USE_WII_DI"
|
||||
;;
|
||||
gcw0)
|
||||
DEFINES="$DEFINES -DDINGUX"
|
||||
DEFINES="$DEFINES -DDISABLE_DOSBOX_OPL"
|
||||
DEFINES="$DEFINES -DDINGUX -DGCW0"
|
||||
DEFINES="$DEFINES -DREDUCE_MEMORY_USAGE"
|
||||
ASFLAGS="$ASFLAGS"
|
||||
CXXFLAGS="$CXXFLAGS -msoft-float"
|
||||
CXXFLAGS="$CXXFLAGS -mips32"
|
||||
_backend="dingux"
|
||||
_mt32emu=no
|
||||
|
Loading…
Reference in New Issue
Block a user