Changeset 41783 for titan/titan/titan.c
- Timestamp:
- 01/20/18 20:31:08 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/titan.c
r41759 r41783 635 635 ret = setac3(getconfig("av_ac3mode", NULL)); 636 636 637 if(checkbox("DM900") == 1 || checkbox("DM 520") == 1 || checkbox("DM525") == 1)637 if(checkbox("DM900") == 1 || checkbox("DM920") == 1 || checkbox("DM520") == 1 || checkbox("DM525") == 1) 638 638 { 639 639 if(getconfig("av_ac3plusmode", NULL) == NULL) … … 665 665 666 666 #ifndef SIMULATE 667 if(checkrealbox("HD51") == 1 || checkrealbox("DM900") == 1 || checkbox("DM 520") == 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) 668 668 ret = 0; 669 669 … … 804 804 #ifdef MIPSEL 805 805 waitvsync(); 806 if(checkbox("DM7020HD") == 0 && checkbox("DM7020HDV2") == 0 && checkbox("VUSOLO2") == 0 && checkbox("DM900") == 0 && checkbox("DM 520") == 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) 807 807 setfbosd(); 808 808 if(checkrealbox("HD51") ==1) … … 982 982 else 983 983 ret = readscreen(getconfig("keyskin_file", NULL), 0, 0); 984 if(checkchipset("BCM7424") == 1 || checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1 || checkbox("DM900") == 1 ) //inihdp984 if(checkchipset("BCM7424") == 1 || checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1 || checkbox("DM900") == 1 || checkbox("DM920") == 1) //inihdp 985 985 { 986 986 if(getconfig("oledskin_path", NULL) == NULL) … … 1043 1043 } 1044 1044 } 1045 if(checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1 || checkbox("DM900") == 1 || checkbox("DM 520") == 1 || checkbox("DM525") == 1)1045 if(checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1 || checkbox("DM900") == 1 || checkbox("DM920") == 1 || checkbox("DM520") == 1 || checkbox("DM525") == 1) 1046 1046 { 1047 1047 addconfig("remotecontrol", "0");
Note: See TracChangeset
for help on using the changeset viewer.