m64p

Undocumented in source.

Public Imports

m64p_common
public import m64p_common;
Undocumented in source.
m64p_conditionals
public import m64p_conditionals;
Undocumented in source.
m64p_config
public import m64p_config;
Undocumented in source.
m64p_debugger
public import m64p_debugger;
Undocumented in source.
m64p_frontend
public import m64p_frontend;
Undocumented in source.
m64p_plugin
public import m64p_plugin;
Undocumented in source.
m64p_types
public import m64p_types;
Undocumented in source.
m64p_vidext
public import m64p_vidext;
Undocumented in source.

Members

Functions

m64p_attachPlugins
m64p_error m64p_attachPlugins(DebugCallback debugCallback, string videoPlugin, string audioPlugin, string inputPlugin, string rspPlugin, string libDir, string depDir)
Undocumented in source. Be warned that the author may not have intended to support it.
m64p_coreHandle
m64p_handle m64p_coreHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
m64p_coreIsLoaded
bool m64p_coreIsLoaded()
Undocumented in source. Be warned that the author may not have intended to support it.
m64p_detachPlugins
void m64p_detachPlugins()
Undocumented in source. Be warned that the author may not have intended to support it.
m64p_loadCore
m64p_error m64p_loadCore()
Undocumented in source. Be warned that the author may not have intended to support it.
m64p_loadCore
m64p_error m64p_loadCore(string libDir, string depDir)
Undocumented in source. Be warned that the author may not have intended to support it.
m64p_pluginIsLoaded
bool m64p_pluginIsLoaded(m64p_plugin_type type)
Undocumented in source. Be warned that the author may not have intended to support it.
m64p_unloadCore
m64p_error m64p_unloadCore()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta