diff options
author | Andre Heider | 2009-09-03 14:27:23 +0000 |
---|---|---|
committer | Andre Heider | 2009-09-03 14:27:23 +0000 |
commit | 3d94d1fba9c2c285da5d876d0c6d28aec799e032 (patch) | |
tree | d0ad0bdd3c8e359a4b3942e84221bb83af37041f /configure | |
parent | ac078040e1739d29ddc64f85241a238ed3099b54 (diff) | |
download | scummvm-rg350-3d94d1fba9c2c285da5d876d0c6d28aec799e032.tar.gz scummvm-rg350-3d94d1fba9c2c285da5d876d0c6d28aec799e032.tar.bz2 scummvm-rg350-3d94d1fba9c2c285da5d876d0c6d28aec799e032.zip |
Disabled unused scalers for Wii and Gamecube
svn-id: r43917
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1434,6 +1434,7 @@ if test -n "$_host"; then type_2_byte='short' type_4_byte='int' _backend="wii" + _build_scalers="no" _build_hq_scalers="no" add_line_to_config_mk 'GAMECUBE = 0' add_line_to_config_mk 'include $(srcdir)/backends/platform/wii/wii.mk' @@ -1451,6 +1452,7 @@ if test -n "$_host"; then type_2_byte='short' type_4_byte='int' _backend="wii" + _build_scalers="no" _build_hq_scalers="no" _mt32emu="no" add_line_to_config_mk 'GAMECUBE = 1' |