wut
v1.7.0
Wii U Toolchain
|
Data Structures | |
struct | ErrorArg |
struct | AppearArg |
struct | CreateArg |
Configuration options for the error. More... | |
struct | ControllerInfo |
struct | HomeNixSignArg |
Enumerations | |
enum class | ControllerType { WiiRemote0 = 0 , WiiRemote1 = 1 , WiiRemote2 = 2 , WiiRemote3 = 3 , DrcGamepad = 4 } |
enum class | ErrorType { Code = 0 , Message = 1 , Message1Button = 2 , Message2Button = 3 } |
enum class | LangType { Japanese = 0 , English = 1 , French = 2 , German = 3 , Italian = 4 , Spanish = 5 , SimplifiedChinese = 6 , Korean = 7 , Dutch = 8 , Portuguese = 9 , Russian = 10 , TraditionalChinese = 11 , Invalid = 12 } |
enum class | RegionType { Japan = 0 , USA = 1 , Europe = 2 , China = 3 , Korea = 4 , Taiwan = 5 } |
enum class | ResultType { None = 0 , Exited = 1 } |
enum class | RenderTarget { Tv = 0 , Drc = 1 , Both = 2 } |
enum class | State { Hidden = 0 , FadeIn = 1 , Visible = 2 , FadeOut = 3 } |
Functions | |
void | AppearErrorViewer (const AppearArg &arg) |
void | AppearHomeNixSign (const HomeNixSignArg &arg) |
void | Calc (const ControllerInfo &controllerInfo) |
void | ChangeLangError (LangType languageType) |
bool | Create (const CreateArg &args) |
void | Destroy () |
void | DisappearErrorViewer () |
void | DisappearHomeNixSign () |
void | DrawDRC () |
void | DrawTV () |
int32_t | GetResultCode () |
ResultType | GetResultType () |
int32_t | GetSelectButtonNumError () |
State | GetStateErrorViewer () |
uint32_t | GetWorkMemorySize () |
bool | IsAppearHomeNixSign () |
bool | IsDecideSelectButtonError () |
bool | IsDecideSelectLeftButtonError () |
bool | IsDecideSelectRightButtonError () |
bool | IsSelectCursorActive () |
bool | Jump (const char *buffer, uint32_t bufferSize) |
void | PlayAppearSE (bool playAppearSoundEffect) |
void | SetControllerRemo (ControllerType controller) |
struct nn::erreula::AppearArg |
Definition at line 150 of file erreula_cpp.h.
Data Fields | ||
---|---|---|
ErrorArg | errorArg |
|
strong |
Enumerator | |
---|---|
WiiRemote0 | |
WiiRemote1 | |
WiiRemote2 | |
WiiRemote3 | |
DrcGamepad |
Definition at line 25 of file erreula_cpp.h.
|
strong |
Enumerator | |
---|---|
Code | |
Message | |
Message1Button | |
Message2Button |
Definition at line 34 of file erreula_cpp.h.
|
strong |
Enumerator | |
---|---|
Japanese | |
English | |
French | |
German | |
Italian | |
Spanish | |
SimplifiedChinese | |
Korean | |
Dutch | |
Portuguese | |
Russian | |
TraditionalChinese | |
Invalid |
Definition at line 42 of file erreula_cpp.h.
|
strong |
Enumerator | |
---|---|
Japan | |
USA | |
Europe | |
China | |
Korea | |
Taiwan |
Definition at line 59 of file erreula_cpp.h.
|
strong |
Enumerator | |
---|---|
None | |
Exited | The user exited the error viewer. |
Definition at line 69 of file erreula_cpp.h.
|
strong |
Enumerator | |
---|---|
Tv | Render only to TV. |
Drc | Render only to DRC gamepad. |
Both | Render to both TV and Gamepad. |
Definition at line 79 of file erreula_cpp.h.
|
strong |
Definition at line 91 of file erreula_cpp.h.
void nn::erreula::AppearErrorViewer | ( | const AppearArg & | arg | ) |
void nn::erreula::AppearHomeNixSign | ( | const HomeNixSignArg & | arg | ) |
void nn::erreula::Calc | ( | const ControllerInfo & | controllerInfo | ) |
void nn::erreula::ChangeLangError | ( | LangType | languageType | ) |
bool nn::erreula::Create | ( | const CreateArg & | args | ) |
void nn::erreula::Destroy | ( | ) |
void nn::erreula::DisappearErrorViewer | ( | ) |
void nn::erreula::DisappearHomeNixSign | ( | ) |
void nn::erreula::DrawDRC | ( | ) |
void nn::erreula::DrawTV | ( | ) |
int32_t nn::erreula::GetResultCode | ( | ) |
ResultType nn::erreula::GetResultType | ( | ) |
int32_t nn::erreula::GetSelectButtonNumError | ( | ) |
State nn::erreula::GetStateErrorViewer | ( | ) |
uint32_t nn::erreula::GetWorkMemorySize | ( | ) |
bool nn::erreula::IsAppearHomeNixSign | ( | ) |
bool nn::erreula::IsDecideSelectButtonError | ( | ) |
bool nn::erreula::IsDecideSelectLeftButtonError | ( | ) |
bool nn::erreula::IsDecideSelectRightButtonError | ( | ) |
bool nn::erreula::IsSelectCursorActive | ( | ) |
bool nn::erreula::Jump | ( | const char * | buffer, |
uint32_t | bufferSize | ||
) |
void nn::erreula::PlayAppearSE | ( | bool | playAppearSoundEffect | ) |
void nn::erreula::SetControllerRemo | ( | ControllerType | controller | ) |