aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorD G Turner2011-07-09 15:30:23 +0100
committerD G Turner2011-07-09 15:30:23 +0100
commit52dce792997e20c6028878f5321a938182f89e81 (patch)
treee74d92de8ef1350d110459955d6fe8517a478dce /configure
parent0d3a2267c7a06b14302736c50dd4d5e4f9c6eafd (diff)
downloadscummvm-rg350-52dce792997e20c6028878f5321a938182f89e81.tar.gz
scummvm-rg350-52dce792997e20c6028878f5321a938182f89e81.tar.bz2
scummvm-rg350-52dce792997e20c6028878f5321a938182f89e81.zip
Wii: Enable Virtual Keyboard for Wii and Gamecube in Configure.
This should avoid future bugs similar to #3358466 ("Wii: Virtual Keyboard doesnt show up").
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 78998f8100..74541e3d98 100755
--- a/configure
+++ b/configure
@@ -121,7 +121,6 @@ add_engine touche "Touche: The Adventures of the Fifth Musketeer" yes
add_engine tsage "Ringworld: Revenge Of The Patriarch" no
add_engine tucker "Bud Tucker in Double Trouble" yes
-
#
# Default settings
#
@@ -2065,6 +2064,7 @@ if test -n "$_host"; then
gamecube)
_backend="wii"
_build_scalers=no
+ _vkeybd=yes
_mt32emu=no
_port_mk="backends/platform/wii/wii.mk"
add_line_to_config_mk 'GAMECUBE = 1'
@@ -2279,6 +2279,7 @@ if test -n "$_host"; then
wii)
_backend="wii"
_build_scalers=no
+ _vkeybd=yes
_port_mk="backends/platform/wii/wii.mk"
add_line_to_config_mk 'GAMECUBE = 0'
add_line_to_config_h '#define AUDIO_REVERSE_STEREO'