Changeset 37121
- Timestamp:
- 02/13/16 12:46:31 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/mipselport.h
r37119 r37121 246 246 char* fbtopdev = "/proc/stb/fb/dst_top"; 247 247 char* fbheightdev = "/proc/stb/fb/dst_height"; 248 249 if(status.bcm == 1 && status.usedirectfb == 0) 250 { 251 if(status.screenanimspeed == 1 || status.screenanimspeed == 0) 252 max = 4; 253 else if(status.screenanimspeed == 5) 254 max = 8; 255 else 256 screenanimspeed = status.screenanimspeed; 257 } 258 else 259 screenanimspeed = status.screenanimspeed; 248 260 249 261 if(status.screenanim == 1 || status.screenanim == 3)
Note: See TracChangeset
for help on using the changeset viewer.