Changeset 25558


Ignore:
Timestamp:
01/09/14 22:56:44 (9 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r25557 r25558  
    16891689
    16901690                        // show this menus
    1691                         if(checkbox("UFS912") == 1)
     1691                        if(checkbox("UFS912") != 1)
    16921692                        {
    1693                                 if(ostrcmp("overclocking", child->name) == 0) child->locked = 0;
     1693                                if(ostrcmp("overclocking", child->name) == 0) child->locked = 1;
    16941694                        }
     1695                       
    16951696
    16961697                        // dont show this menus
Note: See TracChangeset for help on using the changeset viewer.