Changeset 26537


Ignore:
Timestamp:
02/27/14 22:00:09 (9 years ago)
Author:
gost
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/titan.c

    r26536 r26537  
    714714        initlocale(getconfig("localepath", NULL));
    715715
    716 #ifdef EPLAYER4
     716#ifdef MIPSEL
    717717        bcm_accel_init();
    718718#endif
     
    724724        enablemanualblit();
    725725       
    726 #ifdef EPLAYER4
    727         waitvsync();
    728 #endif
    729 
    730726        tmpstr = getconfig("fb1dev", NULL);
    731727        if(tmpstr != NULL)
     
    734730       
    735731#ifdef MIPSEL
    736 
    737 status.usedirectfb = 1;
    738 
     732        status.usedirectfb = 1;
     733        waitvsync();
    739734#else
    740 
    741735        if(status.usedirectfb != 1)
    742736        {
     
    754748                }
    755749        }
    756        
    757750#endif
    758751
Note: See TracChangeset for help on using the changeset viewer.