RetroArch
Classes | Macros | Enumerations
common.h File Reference
#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"
Include dependency graph for common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  argData_s
 
struct  executableMetadata_s
 
struct  memmap_header_t
 
struct  memmap_entry_t
 
struct  memmap_t
 

Macros

#define ENTRY_ARGBUFSIZE   0x400
 
#define NUM_SERVICESTHATMATTER   5
 
#define memmapSize(m)   (sizeof(memmap_header_t) + sizeof(memmap_entry_t)*(m)->header.num)
 

Enumerations

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
}
 

Macro Definition Documentation

◆ ENTRY_ARGBUFSIZE

#define ENTRY_ARGBUFSIZE   0x400

◆ memmapSize

#define memmapSize (   m)    (sizeof(memmap_header_t) + sizeof(memmap_entry_t)*(m)->header.num)

◆ NUM_SERVICESTHATMATTER

#define NUM_SERVICESTHATMATTER   5

Enumeration Type Documentation

◆ StrId

enum 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