38 #if defined ARM9 || defined ARM7 44 #if defined (__wiiu__) 51 #elif defined(__gamecube__) || defined (__wii__) 56 #include <nds/ndstypes.h> 57 #include <nds/system.h> 58 #include <nds/disc_io.h> 60 #include <gba_types.h> 65 #if defined (__wiiu__) 66 #define DEFAULT_CACHE_PAGES 4 67 #define DEFAULT_SECTORS_PAGE 64 72 #elif defined (__wii__) 73 #define DEFAULT_CACHE_PAGES 4 74 #define DEFAULT_SECTORS_PAGE 64 77 #elif defined (__gamecube__) 78 #define DEFAULT_CACHE_PAGES 4 79 #define DEFAULT_SECTORS_PAGE 64 83 #define DEFAULT_CACHE_PAGES 16 84 #define DEFAULT_SECTORS_PAGE 8 87 #define DEFAULT_CACHE_PAGES 2 88 #define DEFAULT_SECTORS_PAGE 8 89 #define LIMIT_SECTORS 128 int32_t s32
32bit signed integer
Definition: gctypes.h:24
int mutex_t
typedef for the mutex handle
Definition: lock.c:6
Core header which includes all subsequent subsystem headers.
uint16_t u16
16bit unsigned integer
Definition: gctypes.h:18
signed int int32_t
Definition: stdint.h:123
uint8_t u8
8bit unsigned integer
Definition: gctypes.h:17
uint32_t u32
32bit unsigned integer
Definition: gctypes.h:19
unsigned short uint16_t
Definition: stdint.h:125
unsigned char uint8_t
Definition: stdint.h:124
unsigned int uint32_t
Definition: stdint.h:126