aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhewg2011-04-09 12:48:41 +0200
committerdhewg2011-04-09 12:48:41 +0200
commite2a0c096924df7ba2ba0c0d8888341563e6e3995 (patch)
treeb897b793b5dc31ba00b711c964b8dfd11b22f3b0
parent45083a167fda90e4ea4757e24f00343dbe6d9594 (diff)
downloadscummvm-rg350-e2a0c096924df7ba2ba0c0d8888341563e6e3995.tar.gz
scummvm-rg350-e2a0c096924df7ba2ba0c0d8888341563e6e3995.tar.bz2
scummvm-rg350-e2a0c096924df7ba2ba0c0d8888341563e6e3995.zip
CONFIGURE: Use FORCE_RTL for the Wii backend
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 75a64e06ba..035d6c3556 100755
--- a/configure
+++ b/configure
@@ -3092,7 +3092,7 @@ case $_backend in
DEFINES="$DEFINES -DSDL_BACKEND"
;;
wii)
- DEFINES="$DEFINES -D__WII__ -DGEKKO"
+ DEFINES="$DEFINES -D__WII__ -DGEKKO -DFORCE_RTL"
case $_host_os in
gamecube)
LIBS="$LIBS -lgxflux -liso9660 -lfat -logc -ldb"