RetroArch
|
Macros | |
#define | IMPORT(name) void* addr_##name |
#define | IMPORT_BEGIN(lib) |
#define | IMPORT_END() |
#define | IMPORT(name) do{if(OSDynLoad_FindExport(handle, 0, #name, &addr_##name) < 0)OSFatal("Function " # name " is NULL");} while(0) |
#define | IMPORT_BEGIN(lib) OSDynLoad_Acquire(#lib ".rpl", &handle) |
#define | IMPORT_END() |
Functions | |
void | InitFunctionPointers (void) |
#define IMPORT | ( | name | ) | do{if(OSDynLoad_FindExport(handle, 0, #name, &addr_##name) < 0)OSFatal("Function " # name " is NULL");} while(0) |
#define IMPORT_BEGIN | ( | lib | ) |
#define IMPORT_BEGIN | ( | lib | ) | OSDynLoad_Acquire(#lib ".rpl", &handle) |
IMPORT_END | ( | ) |
#define IMPORT_END | ( | ) |