Changeset 31677


Ignore:
Timestamp:
12/10/14 20:06:53 (8 years ago)
Author:
gost
Message:

[titan] mipsel.. fix no OSD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/titan.c

    r31388 r31677  
    768768
    769769#ifdef MIPSEL
    770 // disable... with this jpg not working
    771 //      status.usedirectfb = 1;
    772770        waitvsync();
    773771        setfbosd();
    774 #endif
    775 // disable... with this jpg not working
    776 //#else
     772        status.usedirectfb = 1;
     773#endif
     774
    777775        if(status.usedirectfb != 1)
    778776        {
     
    790788                }
    791789        }
    792 // disable... with this jpg not working
    793 //#endif
    794 
    795790        if(status.usedirectfb == 1)
    796791        {
    797792                skinfb = fb;
     793#ifndef MIPSEL
    798794                ret = getfbsize(0);
    799795                if(ret > 0)
    800796                        accelfb = addfb(ACCELFB, 0, ret / 4, 1, 4, fb->fd, skinfb->fb + skinfb->varfbsize, fb->fixfbsize);
     797#endif
    801798        }
    802799
Note: See TracChangeset for help on using the changeset viewer.