Changeset 38477
- Timestamp:
- 09/02/16 21:06:44 (6 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/mipselport.h
r38447 r38477 1236 1236 int ret = 0; 1237 1237 1238 if(getskinconfigint("minitv", NULL) == 1) 1239 return 0; 1240 1238 1241 if(node == NULL) return 1; 1239 1242 if(flag == 0) vmpegdev = getconfig("vmpegleftdev", NULL); -
titan/titan/sh4port.h
r27447 r38477 746 746 return 0; 747 747 748 if(get configint("minitv", NULL) == 1)748 if(getskinconfigint("minitv", NULL) == 1) 749 749 return 0; 750 750
Note: See TracChangeset
for help on using the changeset viewer.