m64p_frontend

Undocumented in source.

Members

Aliases

DebugCallback
alias DebugCallback = void function(void* Context, int level, const char* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
StateCallback
alias StateCallback = void function(void* Context, m64p_core_param param_type, int new_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

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.

Meta