Changeset 26537
- Timestamp:
- 02/27/14 22:00:09 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/titan.c
r26536 r26537 714 714 initlocale(getconfig("localepath", NULL)); 715 715 716 #ifdef EPLAYER4716 #ifdef MIPSEL 717 717 bcm_accel_init(); 718 718 #endif … … 724 724 enablemanualblit(); 725 725 726 #ifdef EPLAYER4727 waitvsync();728 #endif729 730 726 tmpstr = getconfig("fb1dev", NULL); 731 727 if(tmpstr != NULL) … … 734 730 735 731 #ifdef MIPSEL 736 737 status.usedirectfb = 1; 738 732 status.usedirectfb = 1; 733 waitvsync(); 739 734 #else 740 741 735 if(status.usedirectfb != 1) 742 736 { … … 754 748 } 755 749 } 756 757 750 #endif 758 751
Note: See TracChangeset
for help on using the changeset viewer.