aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/Makefile
diff options
context:
space:
mode:
authorAndre Heider2008-08-11 22:43:00 +0000
committerAndre Heider2008-08-11 22:43:00 +0000
commit15ca9704989347a65c8c883f7d6a9337e5d8e7d5 (patch)
treeab9efe3bd61d0374043f680ae3998693f784b82a /backends/platform/wii/Makefile
parent36e0d2eab8bc920d337d8e6f1436e057049ffac6 (diff)
downloadscummvm-rg350-15ca9704989347a65c8c883f7d6a9337e5d8e7d5.tar.gz
scummvm-rg350-15ca9704989347a65c8c883f7d6a9337e5d8e7d5.tar.bz2
scummvm-rg350-15ca9704989347a65c8c883f7d6a9337e5d8e7d5.zip
video mode polishing:
* proper fullscreen video mode * multiple graphic modes with different overscan values * "fullscreen mode" stretches the picture on 16:9 displays * fixed broken sword 1/2 gfx garbage * support for setShakePos() svn-id: r33787
Diffstat (limited to 'backends/platform/wii/Makefile')
-rw-r--r--backends/platform/wii/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/backends/platform/wii/Makefile b/backends/platform/wii/Makefile
index d17a7cb41e..ddd4ef17b5 100644
--- a/backends/platform/wii/Makefile
+++ b/backends/platform/wii/Makefile
@@ -3,7 +3,7 @@
DEBUG_WII = 1
# builds a gamecube version. cleanup object files before flipping this
-GAMECUBE = 0
+GAMECUBE = 1
ENABLE_SCUMM = STATIC_PLUGIN
ENABLE_SCUMM_7_8 = STATIC_PLUGIN
@@ -154,8 +154,10 @@ distclean: distclean-wii
distclean-wii:
@-$(RM) dist
-ifeq ($(GAMECUBE),1)
upload:
+ifeq ($(GAMECUBE),1)
+ $(DEVKITPPC)/bin/geckoupload $(TARGET).dol
+else
$(DEVKITPPC)/bin/wiiload $(TARGET).dol
endif
@@ -167,6 +169,7 @@ else
$(CP) $(TARGET).dol dist/scummvm/boot.dol
$(CP) $(DISTPATH)/meta.xml dist/scummvm/
$(CP) $(DISTPATH)/icon.png dist/scummvm/
+endif
$(CP) $(DISTPATH)/READMII dist/scummvm/
$(CP) $(srcdir)/AUTHORS dist/scummvm/
$(CP) $(srcdir)/COPYING dist/scummvm/
@@ -175,5 +178,4 @@ else
$(CP) $(srcdir)/README dist/scummvm/
$(CP) $(DIST_FILES_THEMES) dist/scummvm/
$(CP) $(DIST_FILES_ENGINEDATA) dist/scummvm/
-endif