wut  v1.7.0
Wii U Toolchain
Functions
config.h File Reference
#include <wut.h>
#include <tve/tve.h>
#include "tv.h"
Include dependency graph for config.h:

Go to the source code of this file.

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...