aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2014-10-26 18:13:09 -0400
committerEugene Sandulenko2014-10-26 19:04:34 -0400
commit8e3b6df83000ed02da9aa030d7b91e0f3e91a34d (patch)
treebea998169555dfbf3413d1709b772b1ee1b10106
parent238b3e1ac2a21ad9afd934b4bcd4057bce53ab7f (diff)
downloadscummvm-rg350-8e3b6df83000ed02da9aa030d7b91e0f3e91a34d.tar.gz
scummvm-rg350-8e3b6df83000ed02da9aa030d7b91e0f3e91a34d.tar.bz2
scummvm-rg350-8e3b6df83000ed02da9aa030d7b91e0f3e91a34d.zip
GCW0: Switch to HW floats and introduce the platform define
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure
index 09b8383120..ebca8322dc 100755
--- a/configure
+++ b/configure
@@ -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