wut  v1.7.0
Wii U Toolchain
config.h
Go to the documentation of this file.
1 #pragma once
2 #include <wut.h>
3 #include <tve/tve.h>
4 #include "tv.h"
5 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
25 int32_t
27 
37 int32_t
39 
49 int32_t
50 AVMReadSystemTVUnderScanConfig(uint32_t *outUnderScan);
51 
61 int32_t
63 
73 int32_t
75 
85 int32_t
86 AVMWriteSystemTVUnderScanConfig(uint32_t underScan);
87 
106 int32_t
108  AVMTvResolution resolution);
109 
125 int32_t
127 
128 #ifdef __cplusplus
129 }
130 #endif
131 
int32_t AVMReadSystemAspectRatioConfig(AVMTvAspectRatio *outAspectRatio)
Reads the TV aspect ratio.
int32_t AVMWriteSystemVideoOutConfig(TVEPort port, AVMTvResolution resolution)
Writes the TV port and resolution.
int32_t AVMReadSystemTVUnderScanConfig(uint32_t *outUnderScan)
Reads the TV under scan.
int32_t AVMWriteSystemAspectRatioConfig(AVMTvAspectRatio aspectRatio)
Writes the TV aspect ratio.
int32_t AVMReadSystemPortConfig(TVEPort *outPort)
Reads the TV port.
int32_t AVMReadSystemVideoResConfig(AVMTvResolution *outResolution)
Reads the TV resolution.
int32_t AVMWriteSystemVideoResConfig(AVMTvResolution resolution)
Writes the TV resolution.
int32_t AVMWriteSystemTVUnderScanConfig(uint32_t underScan)
Writes the TV under scan.
AVMTvAspectRatio
Definition: tv.h:16
AVMTvResolution
Definition: tv.h:24
TVEPort
Definition: tve.h:15