Changeset 25482
- Timestamp:
- 01/06/14 17:41:44 (9 years ago)
- Location:
- titan/titan
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r25406 r25482 1687 1687 // disable Reader Config manual start 1688 1688 if(ostrcmp("Reader Config", child->name) == 0) child->locked = 1; 1689 1690 // show this menus 1691 if(checkbox("UFS912") == 0) 1692 { 1693 if(ostrcmp("overclocking", child->name) == 0) child->locked = 0; 1694 } 1689 1695 1690 1696 // dont show this menus -
titan/titan/header.h
r25480 r25482 8 8 #ifndef HEADER_H 9 9 #define HEADER_H 10 11 // settings_overclocking.h 12 void screensettings_overclocking(); 10 13 11 14 // settings_autostart.h -
titan/titan/menu.h
r25478 r25482 425 425 screennetwork(6); 426 426 } 427 else if(ostrcmp("overclocking", menuentry->name) == 0) 428 { 429 if(check == 1) return 0; 430 screensettings_overclocking(); 431 } 427 432 else if(ostrcmp("autostart_default", menuentry->name) == 0) 428 433 { -
titan/titan/titan.c
r25478 r25482 237 237 #include "hwtest.h" 238 238 #include "settings_autostart.h" 239 #include "settings_overclocking.h" 239 240 240 241 #define TIMECODE ""
Note: See TracChangeset
for help on using the changeset viewer.