aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAReim19822013-11-22 15:13:56 +0100
committerAlexander Reim2014-01-21 16:03:47 +0100
commiteff22cb43d22b0f47ac2bf5063916639a632705d (patch)
tree9ac565eb07a2396762a4c35c71ba5ed993f1f419 /configure
parent70e471acd7edb03c32a9c33038558887d7e1e99d (diff)
downloadscummvm-rg350-eff22cb43d22b0f47ac2bf5063916639a632705d.tar.gz
scummvm-rg350-eff22cb43d22b0f47ac2bf5063916639a632705d.tar.bz2
scummvm-rg350-eff22cb43d22b0f47ac2bf5063916639a632705d.zip
WII: Implement changes needed by DevKitPPC R26 and later
This changes makes ScummVM compilable with newer versions of DevKitPPC. ScummVM can be linked against the original libogc and libfat. That makes some newer WiiMotes work, improves audio-/video-playback and contains various improvements.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index cb0b8902fc..8e9854434d 100755
--- a/configure
+++ b/configure
@@ -1426,7 +1426,7 @@ webos)
wii)
_host_os=wii
_host_cpu=ppc
- _host_alias=powerpc-gekko
+ _host_alias=powerpc-eabi
;;
wince)
_host_os=wince
@@ -2704,6 +2704,7 @@ if test -n "$_host"; then
_backend="wii"
_build_scalers=no
_vkeybd=yes
+ _taskbar=no
_port_mk="backends/platform/wii/wii.mk"
add_line_to_config_mk 'GAMECUBE = 0'
add_line_to_config_h '#define AUDIO_REVERSE_STEREO'