Changeset 30760


Ignore:
Timestamp:
10/30/14 19:45:32 (9 years ago)
Author:
gost
Message:

[titan] mipsel.. activate cec settungs

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/adjust.h

    r30206 r30760  
    258258        else
    259259                emucontrol->hidden = NO;
    260 
     260#ifdef MIPSEL
    261261        if(checkbox("ATEMIO510") == 1 || checkbox("UFS912") == 1 || checkbox("UFS913") == 1 || checkbox("ATEMIO7600") == 1 || checkbox("ATEMIO520") == 1 || checkbox("ATEMIO530") == 1)
    262262                usecec->hidden = NO;
    263263        else
    264264                usecec->hidden = YES;
     265#else
     266        usecec->hidden = NO;
     267#endif
    265268
    266269        if(checkbox("ATEMIO7600") == 1)
  • titan/titan/global.h

    r30758 r30760  
    256256                int hdmiFd = open("/dev/hdmi_cec", O_RDWR | O_NONBLOCK);
    257257               
    258                 data[0] = 0x0f;
     258                data[0] = 0x0f; 
    259259                data[1] = 0x01;
    260260
     
    266266                {
    267267                        write(hdmiFd, &data, 3);
    268                         close(hdmiFd)
     268                        close(hdmiFd);
    269269                }
    270270#endif
Note: See TracChangeset for help on using the changeset viewer.