wut v1.8.0
Wii U Toolchain
Loading...
Searching...
No Matches
Typedefs | Enumerations | Functions
cmpt.h File Reference
#include <wut.h>
Include dependency graph for cmpt.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef enum CmptScreenType CmptScreenType
 

Enumerations

enum  CmptScreenType {
  CMPT_SCREEN_TYPE_TV = 1 ,
  CMPT_SCREEN_TYPE_DRC ,
  CMPT_SCREEN_TYPE_BOTH
}
 

Functions

int32_t CMPTGetDataSize (uint32_t *outSize)
 Gets the required size which needs to be allocated for the "dataBuffer".
 
int32_t CMPTLaunchTitle (void *dataBuffer, uint32_t bufferSize, uint64_t titleId)
 Launches the specified vWii title.
 
int32_t CMPTLaunchMenu (void *dataBuffer, uint32_t bufferSize)
 Launches vWii System Menu.
 
int32_t CMPTLaunchDataManager (void *dataBuffer, uint32_t bufferSize)
 Launches vWii Data Management.
 
int32_t CMPTAcctSetScreenType (CmptScreenType type)
 Sets the screen type.
 
int32_t CMPTCheckScreenState (void)
 Checks if the current screen configuration is valid.