Changeset 31677
- Timestamp:
- 12/10/14 20:06:53 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/titan.c
r31388 r31677 768 768 769 769 #ifdef MIPSEL 770 // disable... with this jpg not working771 // status.usedirectfb = 1;772 770 waitvsync(); 773 771 setfbosd(); 774 #endif 775 // disable... with this jpg not working 776 //#else 772 status.usedirectfb = 1; 773 #endif 774 777 775 if(status.usedirectfb != 1) 778 776 { … … 790 788 } 791 789 } 792 // disable... with this jpg not working793 //#endif794 795 790 if(status.usedirectfb == 1) 796 791 { 797 792 skinfb = fb; 793 #ifndef MIPSEL 798 794 ret = getfbsize(0); 799 795 if(ret > 0) 800 796 accelfb = addfb(ACCELFB, 0, ret / 4, 1, 4, fb->fd, skinfb->fb + skinfb->varfbsize, fb->fixfbsize); 797 #endif 801 798 } 802 799
Note: See TracChangeset
for help on using the changeset viewer.