diff options
author | David Turner | 2014-01-21 12:23:56 -0800 |
---|---|---|
committer | David Turner | 2014-01-21 12:23:56 -0800 |
commit | b098b74e76e9758b797a302ac83a9b17efd3616c (patch) | |
tree | 26d8eef399b74f1764fa07c1602acce68ce95b9b /configure | |
parent | 2e93f5aba21beedfba81f2e41601c2174e36d940 (diff) | |
parent | eff22cb43d22b0f47ac2bf5063916639a632705d (diff) | |
download | scummvm-rg350-b098b74e76e9758b797a302ac83a9b17efd3616c.tar.gz scummvm-rg350-b098b74e76e9758b797a302ac83a9b17efd3616c.tar.bz2 scummvm-rg350-b098b74e76e9758b797a302ac83a9b17efd3616c.zip |
Merge pull request #413 from AReim1982/master
WII: Implement changes needed by DevKitPPC R26 and later
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1428,7 +1428,7 @@ webos) wii) _host_os=wii _host_cpu=ppc - _host_alias=powerpc-gekko + _host_alias=powerpc-eabi ;; wince) _host_os=wince @@ -2709,6 +2709,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' |