Changeset 27781


Ignore:
Timestamp:
03/21/14 20:55:55 (10 years ago)
Author:
obi
Message:

atemio5200 disable skinadjust

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r27776 r27781  
    18131813                        }
    18141814
    1815 //                      if(checkbox("ATEVIO5200") == 1)
    1816 //                      {
    1817 //                              if(ostrcmp("skinadjust", child->name) == 0) child->locked = 1;
    1818 //                      }
     1815                        if(checkbox("ATEVIO5200") == 1)
     1816                        {
     1817                                if(ostrcmp("skinadjust", child->name) == 0) child->locked = 1;
     1818                        }
    18191819
    18201820                        if(ostrcmp("savesettings", child->name) == 0) child->locked = tmpflag;
  • titan/titan/skinadjust.h

    r27763 r27781  
    8383                if(offsetchange == 1 && (ostrcmp(getconfig("av_mode3d", NULL), "sbs") == 0 || ostrcmp(getconfig("av_mode3d", NULL), "tab") == 0)) clearfball();
    8484
    85                 // disable box is very slow...
    86                 if(checkbox("ATEVIO5200") != 1)
    87                         drawscreen(skinadjust, 0, 0);
     85                drawscreen(skinadjust, 0, 0);
    8886
    8987                if(rcret == getrcconfigint("rcexit", NULL))
Note: See TracChangeset for help on using the changeset viewer.