Changeset 31353 for titan/libdreamdvd
- Timestamp:
- 11/25/14 10:18:23 (9 years ago)
- Location:
- titan/libdreamdvd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/libdreamdvd/ddvdlib.h
r31351 r31353 199 199 // returns the dvd aspect 200 200 // needed for titan 201 //#if defined(__sh__)201 #if defined(__sh__) 202 202 int ddvd_get_dvd_aspect(); 203 //#endif203 #endif 204 204 205 205 /* -
titan/libdreamdvd/main.c
r31352 r31353 29 29 #include <asm/types.h> 30 30 31 //#ifdef __sh__31 #ifdef __sh__ 32 32 //aktivate LPCM Support 33 33 #define HARDWARE_SUPPORT_LPCM 34 //#endif34 #endif 35 35 36 36 /* … … 522 522 523 523 //needed for titan 524 //#if defined(__sh__)524 #if defined(__sh__) 525 525 int ddvd_get_dvd_aspect(struct ddvd *playerconfig) 526 526 { … … 530 530 return -1; 531 531 } 532 //#endif532 #endif 533 533 534 534 static int calc_x_scale_offset(int dvd_aspect, int tv_mode, int tv_mode2, int tv_aspect)
Note: See TracChangeset
for help on using the changeset viewer.