- CoreAddCheat
m64p_error function(const char*, m64p_cheat_code*, int) CoreAddCheat;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CoreAttachPlugin
m64p_error function(m64p_plugin_type, m64p_dynlib_handle) CoreAttachPlugin;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CoreCheatEnabled
m64p_error function(m64p_rom_settings*, int, int, int) CoreCheatEnabled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CoreDetachPlugin
m64p_error function(m64p_plugin_type) CoreDetachPlugin;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CoreDoCommand
m64p_error function(m64p_command, int, void*) CoreDoCommand;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CoreGetRomSettings
m64p_error function(m64p_rom_settings*, int, int, int) CoreGetRomSettings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CoreOverrideVidExt
m64p_error function(m64p_video_extension_functions*) CoreOverrideVidExt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CoreSaveOverride
m64p_error function(const char* path) CoreSaveOverride;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CoreShutdown
m64p_error function() CoreShutdown;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CoreStartup
m64p_error function(int, const char*, const char*, void*, DebugCallback, void*, StateCallback) CoreStartup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GetHeader
void* function() GetHeader;
\
|* MODDING FUNCTIONS *|
\**********************
- GetRdRam
void* function() GetRdRam;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GetRdRamSize
const(size_t) function() GetRdRamSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GetRom
void* function() GetRom;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GetRomSize
const(size_t) function() GetRomSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- RefreshDynarec
void function() RefreshDynarec;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.