Changeset 38445
- Timestamp:
- 09/01/16 18:39:53 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/mipselport.h
r38444 r38445 1286 1286 int bottomoffset = status.bottomoffset; 1287 1287 1288 rx = (float)720 / (float)(720 - leftoffset - rightoffset);1289 ry = (float)576 / (float)(576 - topoffset - bottomoffset);1288 float rx = (float)720 / (float)(720 - leftoffset - rightoffset); 1289 float ry = (float)576 / (float)(576 - topoffset - bottomoffset); 1290 1290 1291 1291 posx = (float)posx / rx;
Note: See TracChangeset
for help on using the changeset viewer.