wut
v1.7.0
Wii U Toolchain
|
Functions | |
int32_t | AVMReadSystemAspectRatioConfig (AVMTvAspectRatio *outAspectRatio) |
Reads the TV aspect ratio. More... | |
int32_t | AVMReadSystemPortConfig (TVEPort *outPort) |
Reads the TV port. More... | |
int32_t | AVMReadSystemTVUnderScanConfig (uint32_t *outUnderScan) |
Reads the TV under scan. More... | |
int32_t | AVMReadSystemVideoResConfig (AVMTvResolution *outResolution) |
Reads the TV resolution. More... | |
int32_t | AVMWriteSystemAspectRatioConfig (AVMTvAspectRatio aspectRatio) |
Writes the TV aspect ratio. More... | |
int32_t | AVMWriteSystemTVUnderScanConfig (uint32_t underScan) |
Writes the TV under scan. More... | |
int32_t | AVMWriteSystemVideoOutConfig (TVEPort port, AVMTvResolution resolution) |
Writes the TV port and resolution. More... | |
int32_t | AVMWriteSystemVideoResConfig (AVMTvResolution resolution) |
Writes the TV resolution. More... | |
int32_t AVMReadSystemAspectRatioConfig | ( | AVMTvAspectRatio * | outAspectRatio | ) |
Reads the TV aspect ratio.
outAspectRatio | Pointer to write the aspect ratio to. |
0
on success or a negative value on error. int32_t AVMReadSystemPortConfig | ( | TVEPort * | outPort | ) |
Reads the TV port.
outPort | Pointer to write the port to. |
0
on success or a negative value on error. int32_t AVMReadSystemTVUnderScanConfig | ( | uint32_t * | outUnderScan | ) |
Reads the TV under scan.
outUnderScan | Pointer to write the under scan to. |
0
on success or a negative value on error. int32_t AVMReadSystemVideoResConfig | ( | AVMTvResolution * | outResolution | ) |
Reads the TV resolution.
outResolution | Pointer to write the resolution to. |
0
on success or a negative value on error. int32_t AVMWriteSystemAspectRatioConfig | ( | AVMTvAspectRatio | aspectRatio | ) |
Writes the TV aspect ratio.
aspectRatio | Must be one of AVMTvAspectRatio. |
0
on success or a negative value on error. int32_t AVMWriteSystemTVUnderScanConfig | ( | uint32_t | underScan | ) |
Writes the TV under scan.
underScan | Must be less than 0x15 . |
0
on success or a negative value on error. int32_t AVMWriteSystemVideoOutConfig | ( | TVEPort | port, |
AVMTvResolution | resolution | ||
) |
Writes the TV port and resolution.
port | Must be one of TVEPort. |
resolution | Must be one of: |
0
on success or a negative value on error. int32_t AVMWriteSystemVideoResConfig | ( | AVMTvResolution | resolution | ) |
Writes the TV resolution.
resolution | Must be one of: |
0
on success or a negative value on error.