- ConfigDeleteSection
m64p_error function(const char* SectionName) ConfigDeleteSection;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigExternalClose
m64p_error function(m64p_handle) ConfigExternalClose;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigExternalGetParameter
m64p_error function(m64p_handle, const char*, const char*, char*, int) ConfigExternalGetParameter;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigExternalOpen
m64p_error function(const char*, m64p_handle*) ConfigExternalOpen;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigGetParamBool
int function(m64p_handle, const char*) ConfigGetParamBool;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigGetParamFloat
float function(m64p_handle, const char*) ConfigGetParamFloat;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigGetParamInt
int function(m64p_handle, const char*) ConfigGetParamInt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigGetParamString
const(char)* function(m64p_handle, const char*) ConfigGetParamString;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigGetParameter
m64p_error function(m64p_handle, const char*, m64p_type, void*, int) ConfigGetParameter;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigGetParameterHelp
const(char)* function(m64p_handle, const char*) ConfigGetParameterHelp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigGetParameterType
m64p_error function(m64p_handle, const char*, m64p_type*) ConfigGetParameterType;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigGetSharedDataFilepath
const(char)* function(const char*) ConfigGetSharedDataFilepath;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigGetUserCachePath
const(char)* function() ConfigGetUserCachePath;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigGetUserConfigPath
const(char)* function() ConfigGetUserConfigPath;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigGetUserDataPath
const(char)* function() ConfigGetUserDataPath;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigHasUnsavedChanges
int function(const char*) ConfigHasUnsavedChanges;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigListParameters
m64p_error function(m64p_handle, void*, void function(void*, const char*, m64p_type)) ConfigListParameters;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigListSections
m64p_error function(void*, void function(void*, const char*)) ConfigListSections;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigOpenSection
m64p_error function(const char*, m64p_handle*) ConfigOpenSection;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigOverrideUserPaths
m64p_error function(const char*, const char*) ConfigOverrideUserPaths;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigReceiveNetplayConfig
m64p_error function(char*, int) ConfigReceiveNetplayConfig;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigRevertChanges
m64p_error function(const char* SectionName) ConfigRevertChanges;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigSaveFile
m64p_error function() ConfigSaveFile;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigSaveSection
m64p_error function(const char*) ConfigSaveSection;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigSendNetplayConfig
m64p_error function(char*, int) ConfigSendNetplayConfig;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigSetDefaultBool
m64p_error function(m64p_handle, const char*, int, const char*) ConfigSetDefaultBool;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigSetDefaultFloat
m64p_error function(m64p_handle, const char*, float, const char*) ConfigSetDefaultFloat;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigSetDefaultInt
m64p_error function(m64p_handle, const char*, int, const char*) ConfigSetDefaultInt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigSetDefaultString
m64p_error function(m64p_handle, const char*, const char*, const char*) ConfigSetDefaultString;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigSetParameter
m64p_error function(m64p_handle, const char*, m64p_type, const void*) ConfigSetParameter;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ConfigSetParameterHelp
m64p_error function(m64p_handle, const char*, const char*) ConfigSetParameterHelp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.