Changeset 26495 for titan/titan/titan.c
- Timestamp:
- 02/26/14 21:18:25 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/titan.c
r26480 r26495 714 714 initlocale(getconfig("localepath", NULL)); 715 715 716 if(checkbox("ATEMIO5000") == 1) 717 bcm_accel_init(); 716 #ifdef EPLAYER4 717 bcm_accel_init(); 718 #endif 718 719 719 720 fb = openfb(getconfig("fbdev", NULL), 0); … … 722 723 clearfball(); 723 724 enablemanualblit(); 724 if(checkbox("ATEMIO5000") == 1) 725 waitvsync(); 725 726 #ifdef EPLAYER4 727 waitvsync(); 728 #endif 726 729 727 730 tmpstr = getconfig("fb1dev", NULL);
Note: See TracChangeset
for help on using the changeset viewer.