|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| s32 | getCode () const |
| bool | isSuccess () const |
| bool | isSaveDataCorrupted () const |
| bool | isNANDCorrupted () const |
| bool | isMaxBlocks () const |
| bool | isMaxFiles () const |
| bool | isNoExistFile () const |
| bool | isBusyOrAllocFailed () const |
| bool | isUnknown () const |
Private Attributes | |
| s32 | mCode |
Definition at line 47 of file NANDManager.hpp.
| s32 NANDResultCode::getCode | ( | ) | const |
Definition at line 79 of file NANDManager.cpp.
| bool NANDResultCode::isSuccess | ( | ) | const |
Definition at line 83 of file NANDManager.cpp.
| bool NANDResultCode::isSaveDataCorrupted | ( | ) | const |
Definition at line 87 of file NANDManager.cpp.
| bool NANDResultCode::isNANDCorrupted | ( | ) | const |
Definition at line 91 of file NANDManager.cpp.
| bool NANDResultCode::isMaxBlocks | ( | ) | const |
Definition at line 95 of file NANDManager.cpp.
| bool NANDResultCode::isMaxFiles | ( | ) | const |
Definition at line 99 of file NANDManager.cpp.
| bool NANDResultCode::isNoExistFile | ( | ) | const |
Definition at line 103 of file NANDManager.cpp.
| bool NANDResultCode::isBusyOrAllocFailed | ( | ) | const |
Definition at line 107 of file NANDManager.cpp.
| bool NANDResultCode::isUnknown | ( | ) | const |
Definition at line 111 of file NANDManager.cpp.
|
private |
Definition at line 60 of file NANDManager.hpp.