Changeset 30778 for titan/titan/menu.h
- Timestamp:
- 10/31/14 22:08:40 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/menu.h
r30661 r30778 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 … … 602 609 screensettings_fancontrol(); 603 610 } 611 else if(ostrcmp("ceccontrol", menuentry->name) == 0) 612 { 613 if(check == 1) return 0; 614 screencec(); 615 } 604 616 else if(ostrcmp("serviceinfo", menuentry->name) == 0) 605 617 {
Note: See TracChangeset
for help on using the changeset viewer.