Changeset 28315


Ignore:
Timestamp:
04/02/14 14:22:23 (10 years ago)
Author:
gost
Message:

[titan] mipsel.. activate workaround for blit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/mipselport.h

    r28311 r28315  
    646646void blitscale(int posx, int posy, int width, int height, int scalewidth, int scaleheight, int flag)
    647647{
     648#ifndef SIMULATE
    648649#ifdef BLITHELP
    649650        unsigned char *quelle = NULL;
     
    704705
    705706/*
    706 #ifndef SIMULATE
    707707        STMFBIO_BLT_DATA  blt_data;
    708708        memset(&blt_data, 0, sizeof(STMFBIO_BLT_DATA));
     
    793793                perr("ioctl STMFBIO_SYNC_BLITTER");
    794794        }
     795*/
    795796#endif
    796 */
    797797}
    798798
     
    800800//void blitjpg(unsigned char* buf, int posx, int posy, int width, int height, int scalewidth, int scaleheight)
    801801{
     802#ifndef SIMULATE
    802803#ifdef BLITHELP
    803804        unsigned char *helpbuf = NULL;
     
    841842                 
    842843/*
    843 #ifndef SIMULATE
    844844        STMFBIO_BLT_EXTERN_DATA blt_data;
    845845        memset(&blt_data, 0, sizeof(STMFBIO_BLT_EXTERN_DATA));
     
    878878                perr("ioctl STMFBIO_SYNC_BLITTER");
    879879        }
     880*/
     881
    880882#endif
    881 */
    882 
    883883}
    884884
Note: See TracChangeset for help on using the changeset viewer.