Changeset 41783 for titan/titan/titan.c


Ignore:
Timestamp:
01/20/18 20:31:08 (5 years ago)
Author:
obi
Message:

add dm920 / wetek step 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/titan.c

    r41759 r41783  
    635635        ret = setac3(getconfig("av_ac3mode", NULL));
    636636
    637         if(checkbox("DM900") == 1 || checkbox("DM520") == 1 || checkbox("DM525") == 1)
     637        if(checkbox("DM900") == 1 || checkbox("DM920") == 1 || checkbox("DM520") == 1 || checkbox("DM525") == 1)
    638638        {
    639639                if(getconfig("av_ac3plusmode", NULL) == NULL)
     
    665665 
    666666#ifndef SIMULATE
    667         if(checkrealbox("HD51") == 1 || checkrealbox("DM900") == 1 || checkbox("DM520") == 1 || checkbox("DM525") == 1 || checkbox("VUSOLO2") == 1)
     667        if(checkrealbox("HD51") == 1 || checkrealbox("DM900") == 1 || checkbox("DM920") == 1 || checkbox("DM520") == 1 || checkbox("DM525") == 1 || checkbox("VUSOLO2") == 1)
    668668                ret = 0;
    669669
     
    804804#ifdef MIPSEL
    805805        waitvsync();
    806         if(checkbox("DM7020HD") == 0 && checkbox("DM7020HDV2") == 0 && checkbox("VUSOLO2") == 0 && checkbox("DM900") == 0 && checkbox("DM520") == 0 && checkbox("DM525") == 0)
     806        if(checkbox("DM7020HD") == 0 && checkbox("DM7020HDV2") == 0 && checkbox("VUSOLO2") == 0 && checkbox("DM900") == 0 && checkbox("DM920") == 0 && checkbox("DM520") == 0 && checkbox("DM525") == 0)
    807807                setfbosd();
    808808        if(checkrealbox("HD51") ==1)
     
    982982        else
    983983                ret = readscreen(getconfig("keyskin_file", NULL), 0, 0);
    984         if(checkchipset("BCM7424") == 1 || checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1 || checkbox("DM900") == 1)  //inihdp
     984        if(checkchipset("BCM7424") == 1 || checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1 || checkbox("DM900") == 1 || checkbox("DM920") == 1)  //inihdp
    985985        {
    986986                if(getconfig("oledskin_path", NULL) == NULL)
     
    10431043                        }
    10441044                }
    1045                 if(checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1 || checkbox("DM900") == 1 || checkbox("DM520") == 1 || checkbox("DM525") == 1)
     1045                if(checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1 || checkbox("DM900") == 1 || checkbox("DM920") == 1 || checkbox("DM520") == 1 || checkbox("DM525") == 1)
    10461046                {
    10471047                        addconfig("remotecontrol", "0");
Note: See TracChangeset for help on using the changeset viewer.