Changeset 30778 for titan/titan/menu.h


Ignore:
Timestamp:
10/31/14 22:08:40 (9 years ago)
Author:
gost
Message:

[titan] mipsel.. next step for hdmi cec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/menu.h

    r30661 r30778  
    7676                        child->hidden = YES;
    7777        }
     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
    7885}
    7986
     
    602609                screensettings_fancontrol();
    603610        }
     611        else if(ostrcmp("ceccontrol", menuentry->name) == 0)
     612        {
     613                if(check == 1) return 0;
     614                screencec();
     615        }
    604616        else if(ostrcmp("serviceinfo", menuentry->name) == 0)
    605617        {
Note: See TracChangeset for help on using the changeset viewer.