#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <unistd.h>
#include <dirent.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <3ds.h>
#include "launch.h"
Go to the source code of this file.
|
| enum | StrId {
StrId_Loading = 0,
StrId_Directory,
StrId_DefaultLongTitle,
StrId_DefaultPublisher,
StrId_IOError,
StrId_CouldNotOpenFile,
StrId_NoAppsFound_Title,
StrId_NoAppsFound_Msg,
StrId_Reboot,
StrId_ReturnToHome,
StrId_TitleSelector,
StrId_ErrorReadingTitleMetadata,
StrId_NoTitlesFound,
StrId_SelectTitle,
StrId_NoTargetTitleSupport,
StrId_MissingTargetTitle,
StrId_NetLoader,
StrId_NetLoaderUnavailable,
StrId_NetLoaderOffline,
StrId_NetLoaderError,
StrId_NetLoaderActive,
StrId_NetLoaderTransferring,
StrId_Max
} |
| |
◆ ENTRY_ARGBUFSIZE
| #define ENTRY_ARGBUFSIZE 0x400 |
◆ memmapSize
◆ NUM_SERVICESTHATMATTER
| #define NUM_SERVICESTHATMATTER 5 |
◆ StrId
| Enumerator |
|---|
| StrId_Loading | |
| StrId_Directory | |
| StrId_DefaultLongTitle | |
| StrId_DefaultPublisher | |
| StrId_IOError | |
| StrId_CouldNotOpenFile | |
| StrId_NoAppsFound_Title | |
| StrId_NoAppsFound_Msg | |
| StrId_Reboot | |
| StrId_ReturnToHome | |
| StrId_TitleSelector | |
| StrId_ErrorReadingTitleMetadata | |
| StrId_NoTitlesFound | |
| StrId_SelectTitle | |
| StrId_NoTargetTitleSupport | |
| StrId_MissingTargetTitle | |
| StrId_NetLoader | |
| StrId_NetLoaderUnavailable | |
| StrId_NetLoaderOffline | |
| StrId_NetLoaderError | |
| StrId_NetLoaderActive | |
| StrId_NetLoaderTransferring | |
| StrId_Max | |