diff options
-rw-r--r-- | backends/platform/sdl/graphics.cpp | 2 | ||||
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | ports.mk | 10 |
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; @@ -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 @@ -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 |