diff options
author | dhewg | 2011-04-09 12:48:41 +0200 |
---|---|---|
committer | dhewg | 2011-04-09 12:48:41 +0200 |
commit | e2a0c096924df7ba2ba0c0d8888341563e6e3995 (patch) | |
tree | b897b793b5dc31ba00b711c964b8dfd11b22f3b0 | |
parent | 45083a167fda90e4ea4757e24f00343dbe6d9594 (diff) | |
download | scummvm-rg350-e2a0c096924df7ba2ba0c0d8888341563e6e3995.tar.gz scummvm-rg350-e2a0c096924df7ba2ba0c0d8888341563e6e3995.tar.bz2 scummvm-rg350-e2a0c096924df7ba2ba0c0d8888341563e6e3995.zip |
CONFIGURE: Use FORCE_RTL for the Wii backend
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |