Changeset 25559
- Timestamp:
- 01/09/14 23:28:45 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/menu.h
r25482 r25559 9 9 10 10 // Hide SoftCam Panel when no Emu's installed 11 if(ostrcmp(child->name, "softcam") == 0 )11 if(ostrcmp(child->name, "softcam") == 0 || ostrcmp(child->name, "autostart_emu") == 0) 12 12 { 13 13 if(status.security == 0 || checkemu() == 0)
Note: See TracChangeset
for help on using the changeset viewer.