Changeset 25558
- Timestamp:
- 01/09/14 22:56:44 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r25557 r25558 1689 1689 1690 1690 // show this menus 1691 if(checkbox("UFS912") == 1)1691 if(checkbox("UFS912") != 1) 1692 1692 { 1693 if(ostrcmp("overclocking", child->name) == 0) child->locked = 0;1693 if(ostrcmp("overclocking", child->name) == 0) child->locked = 1; 1694 1694 } 1695 1695 1696 1696 1697 // dont show this menus
Note: See TracChangeset
for help on using the changeset viewer.