Ticket #9079: linuxmoto-22092009.patch

File linuxmoto-22092009.patch, 2.4 KB (added by SF/lubomyr_ua, 15 years ago)
  • trunk/configure

     
    12751275                        add_line_to_config_mk 'USE_ARM_COSTUME_ASM = 1'
    12761276                        add_line_to_config_mk 'USE_ARM_SCALER_ASM = 1'
    12771277                        _backend="linuxmoto"
     1278                        _build_hq_scalers="no"
     1279                        _mt32emu="no"
    12781280                        ;;
    12791281                motomagx)
    12801282                        echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
     
    12921294                        add_line_to_config_mk 'USE_ARM_COSTUME_ASM = 1'
    12931295                        add_line_to_config_mk 'USE_ARM_SCALER_ASM = 1'
    12941296                        _backend="linuxmoto"
     1297                        _build_hq_scalers="no"
     1298                        _mt32emu="no"
    12951299                        ;;
    12961300                bfin*)
    12971301                        _need_memalign=yes
  • trunk/backends/platform/sdl/graphics.cpp

     
    523523        assert(_inited);
    524524        _forceFull = true;
    525525
    526 #if !defined(__MAEMO__) && !defined(GP2XWIZ)
     526#if !defined(__MAEMO__) && !defined(GP2XWIZ) && !defined(LINUXMOTO)
    527527        _videoMode.overlayWidth = _videoMode.screenWidth * _videoMode.scaleFactor;
    528528        _videoMode.overlayHeight = _videoMode.screenHeight * _videoMode.scaleFactor;
    529529
  • trunk/ports.mk

     
    226226        $(CP) $(srcdir)/dists/motomagx/mpkg/* motomagx/scummvm/
    227227        tar -C motomagx -cvzf motomagx/ScummVM.mpkg scummvm
    228228
     229motomagx-mgx: $(EXECUTABLE)
     230        $(MKDIR) motomagx/scummvm
     231        $(STRIP) $(EXECUTABLE) -o motomagx/scummvm/$(EXECUTABLE)
     232        $(INSTALL) -c -m 644 $(DIST_FILES_THEMES) $(DIST_FILES_ENGINEDATA) motomagx/scummvm/
     233        $(CP) $(srcdir)/backends/vkeybd/packs/vkeybd_default.zip motomagx/scummvm/
     234        $(CP) $(srcdir)/dists/motomagx/mgx/* motomagx/scummvm/
     235        tar -C motomagx -cvzf motomagx/ScummVM.mgx scummvm
     236
    229237motomagx-pep: $(EXECUTABLE)
    230238        $(MKDIR) motomagx/pep
    231239        $(CP) -r $(srcdir)/dists/motomagx/pep/* motomagx/pep
     
    234242        $(CP) $(srcdir)/backends/vkeybd/packs/vkeybd_default.zip motomagx/pep/app
    235243        tar -C motomagx/pep -czvf motomagx/ScummVM.pep app description.ini  scummvm_big_usr.png  scummvm_small_usr.png
    236244
    237 .PHONY: deb bundle osxsnap win32dist wiidist motoezx motomagx-mpkg motomagx-pep install uninstall
     245.PHONY: deb bundle osxsnap win32dist wiidist motoezx motomagx-mpkg motomagx-mgx motomagx-pep install uninstall
    238246
    239247#
    240248# ARM specific