Changeset 30854
- Timestamp:
- 11/07/14 12:12:02 (9 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/fancontrol.h
r30852 r30854 109 109 addchoicebox(fanon, "2", _("on")); 110 110 addchoicebox(fanon, "1", _("off")); 111 setchoiceboxselection(fanon, getconfig int("fanmode", NULL));111 setchoiceboxselection(fanon, getconfig("fanmode", NULL)); 112 112 113 113 addscreenrc(fancontrol, listbox); -
titan/titan/menu.h
r30852 r30854 76 76 child->hidden = YES; 77 77 } 78 // Hide cec when sh4 79 if(ostrcmp(child->name, "ceccontrol") == 0) 80 #ifdef MIPSEL 81 child->hidden = NO; 82 #else 83 child->hidden = YES; 84 #endif 78 85 } 79 86 … … 605 612 screensettings_fancontrol2(); 606 613 #endif 614 #ifdef MIPSEL 615 else if(ostrcmp("ceccontrol", menuentry->name) == 0) 616 { 617 if(check == 1) return 0; 618 screencec(); 619 } 620 #endif 607 621 } 608 622 else if(ostrcmp("serviceinfo", menuentry->name) == 0)
Note: See TracChangeset
for help on using the changeset viewer.