aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2009-09-25 11:21:56 +0000
committerMax Horn2009-09-25 11:21:56 +0000
commit399c511f908b5e6cc6bf13f926c12e0ca3470060 (patch)
tree685691f4a54bd8464d5979548cf4bf5b02528da1
parent761d0e53f9ca089c730e9e308256caab3a6384ce (diff)
downloadscummvm-rg350-399c511f908b5e6cc6bf13f926c12e0ca3470060.tar.gz
scummvm-rg350-399c511f908b5e6cc6bf13f926c12e0ca3470060.tar.bz2
scummvm-rg350-399c511f908b5e6cc6bf13f926c12e0ca3470060.zip
Part of patch #2850021: disable hq-scaler&mt32emu for motoezx&motomagx-platform
svn-id: r44341
-rw-r--r--backends/platform/sdl/graphics.cpp2
-rwxr-xr-xconfigure4
-rw-r--r--ports.mk10
3 files changed, 14 insertions, 2 deletions
diff --git a/backends/platform/sdl/graphics.cpp b/backends/platform/sdl/graphics.cpp
index 89e3a38bcb..ed881952b7 100644
--- a/backends/platform/sdl/graphics.cpp
+++ b/backends/platform/sdl/graphics.cpp
@@ -523,7 +523,7 @@ bool OSystem_SDL::loadGFXMode() {
assert(_inited);
_forceFull = true;
-#if !defined(__MAEMO__) && !defined(GP2XWIZ)
+#if !defined(__MAEMO__) && !defined(GP2XWIZ) && !defined(LINUXMOTO)
_videoMode.overlayWidth = _videoMode.screenWidth * _videoMode.scaleFactor;
_videoMode.overlayHeight = _videoMode.screenHeight * _videoMode.scaleFactor;
diff --git a/configure b/configure
index 468fe9e0b5..90c962eadf 100755
--- a/configure
+++ b/configure
@@ -1275,6 +1275,8 @@ if test -n "$_host"; then
add_line_to_config_mk 'USE_ARM_COSTUME_ASM = 1'
add_line_to_config_mk 'USE_ARM_SCALER_ASM = 1'
_backend="linuxmoto"
+ _build_hq_scalers="no"
+ _mt32emu="no"
;;
motomagx)
echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
@@ -1292,6 +1294,8 @@ if test -n "$_host"; then
add_line_to_config_mk 'USE_ARM_COSTUME_ASM = 1'
add_line_to_config_mk 'USE_ARM_SCALER_ASM = 1'
_backend="linuxmoto"
+ _build_hq_scalers="no"
+ _mt32emu="no"
;;
bfin*)
_need_memalign=yes
diff --git a/ports.mk b/ports.mk
index ccac27251a..a30e6e6597 100644
--- a/ports.mk
+++ b/ports.mk
@@ -226,6 +226,14 @@ motomagx-mpkg: $(EXECUTABLE)
$(CP) $(srcdir)/dists/motomagx/mpkg/* motomagx/scummvm/
tar -C motomagx -cvzf motomagx/ScummVM.mpkg scummvm
+motomagx-mgx: $(EXECUTABLE)
+ $(MKDIR) motomagx/scummvm
+ $(STRIP) $(EXECUTABLE) -o motomagx/scummvm/$(EXECUTABLE)
+ $(INSTALL) -c -m 644 $(DIST_FILES_THEMES) $(DIST_FILES_ENGINEDATA) motomagx/scummvm/
+ $(CP) $(srcdir)/backends/vkeybd/packs/vkeybd_default.zip motomagx/scummvm/
+ $(CP) $(srcdir)/dists/motomagx/mgx/* motomagx/scummvm/
+ tar -C motomagx -cvzf motomagx/ScummVM.mgx scummvm
+
motomagx-pep: $(EXECUTABLE)
$(MKDIR) motomagx/pep
$(CP) -r $(srcdir)/dists/motomagx/pep/* motomagx/pep
@@ -234,7 +242,7 @@ motomagx-pep: $(EXECUTABLE)
$(CP) $(srcdir)/backends/vkeybd/packs/vkeybd_default.zip motomagx/pep/app
tar -C motomagx/pep -czvf motomagx/ScummVM.pep app description.ini scummvm_big_usr.png scummvm_small_usr.png
-.PHONY: deb bundle osxsnap win32dist wiidist motoezx motomagx-mpkg motomagx-pep install uninstall
+.PHONY: deb bundle osxsnap win32dist wiidist motoezx motomagx-mpkg motomagx-mgx motomagx-pep install uninstall
#
# ARM specific