wut v1.8.0
Wii U Toolchain
Loading...
Searching...
No Matches
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
13extern "C" {
14#endif
15
25int32_t
27
37int32_t
39
49int32_t
50AVMReadSystemTVUnderScanConfig(uint32_t *outUnderScan);
51
61int32_t
63
73int32_t
75
85int32_t
87
106int32_t
108 AVMTvResolution resolution);
109
125int32_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