|
RetroArch
|
#include "wiiu/types.h"Go to the source code of this file.
Macros | |
| #define | MEM_BASE (0x00800000) |
| #define | ARGV_PTR (*(void* volatile *)(MEM_BASE + 0x1300 + 0x80)) |
| #define | MAKE_MAGIC(c0, c1, c2, c3) (((c0) << 24) |((c1) << 16) |((c2) << 8) | c3) |
| #define | ARGV_MAGIC MAKE_MAGIC('_', 'a', 'r', 'g') |
Functions | |
| int | HBL_loadToMemory (const char *filepath, u32 args_size) |
| void * | getApplicationEndAddr (void) |
| #define ARGV_MAGIC MAKE_MAGIC('_', 'a', 'r', 'g') |
| #define MAKE_MAGIC | ( | c0, | |
| c1, | |||
| c2, | |||
| c3 | |||
| ) | (((c0) << 24) |((c1) << 16) |((c2) << 8) | c3) |
| #define MEM_BASE (0x00800000) |
1.8.15