Changeset 32841
- Timestamp:
- 02/03/15 20:53:07 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r32839 r32841 3939 3939 { 3940 3940 policydev = getconfig("policy2dev", NULL); 3941 value = readsys(policydev, 1); 3942 } 3943 else 3944 { 3941 3945 if(!ostrncmp("letterbox", value, 9)) 3942 3946 value = string_replace("letterbox", "panscan", value, 1); … … 3972 3976 aspect = getaspect(); 3973 3977 if(!ostrncmp("16:9", aspect, 4)) 3974 {3975 3978 policydev = getconfig("policy2dev", NULL); 3979 else 3980 { 3976 3981 if(!ostrncmp("letterbox", tmpstr, 9)) 3977 3982 tmpstr = string_replace("letterbox", "panscan", tmpstr, 1);
Note: See TracChangeset
for help on using the changeset viewer.