Changeset 26495 for titan/titan/titan.c


Ignore:
Timestamp:
02/26/14 21:18:25 (9 years ago)
Author:
obi
Message:

titan add vusolo2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/titan.c

    r26480 r26495  
    714714        initlocale(getconfig("localepath", NULL));
    715715
    716         if(checkbox("ATEMIO5000") == 1)
    717                 bcm_accel_init();
     716#ifdef EPLAYER4
     717        bcm_accel_init();
     718#endif
    718719
    719720        fb = openfb(getconfig("fbdev", NULL), 0);
     
    722723        clearfball();
    723724        enablemanualblit();
    724         if(checkbox("ATEMIO5000") == 1)
    725                 waitvsync();
     725       
     726#ifdef EPLAYER4
     727        waitvsync();
     728#endif
    726729
    727730        tmpstr = getconfig("fb1dev", NULL);
Note: See TracChangeset for help on using the changeset viewer.