X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fmupen64plus-core%2Fsrc%2Fapi%2Fapi_export.ver;fp=source%2Fmupen64plus-core%2Fsrc%2Fapi%2Fapi_export.ver;h=c5b2ca705890e3d3738ec39a6ef51cccb9b6a25b;hb=451ab91e3827a6384981b3300e2a7000d2eaba58;hp=0000000000000000000000000000000000000000;hpb=a2ab25365b5b0dddbee476d695d8a31151407581;p=mupen64plus-pandora.git diff --git a/source/mupen64plus-core/src/api/api_export.ver b/source/mupen64plus-core/src/api/api_export.ver new file mode 100644 index 0000000..c5b2ca7 --- /dev/null +++ b/source/mupen64plus-core/src/api/api_export.ver @@ -0,0 +1,69 @@ +{ global: +ConfigDeleteSection; +ConfigGetParamBool; +ConfigGetParameter; +ConfigGetParameterHelp; +ConfigGetParameterType; +ConfigGetParamFloat; +ConfigGetParamInt; +ConfigGetParamString; +ConfigGetSharedDataFilepath; +ConfigGetUserCachePath; +ConfigGetUserConfigPath; +ConfigGetUserDataPath; +ConfigHasUnsavedChanges; +ConfigListParameters; +ConfigListSections; +ConfigOpenSection; +ConfigRevertChanges; +ConfigSaveFile; +ConfigSaveSection; +ConfigSetDefaultBool; +ConfigSetDefaultFloat; +ConfigSetDefaultInt; +ConfigSetDefaultString; +ConfigSetParameter; +CoreAddCheat; +CoreAttachPlugin; +CoreCheatEnabled; +CoreDetachPlugin; +CoreDoCommand; +CoreErrorMessage; +CoreGetAPIVersions; +CoreGetRomSettings; +CoreOverrideVidExt; +CoreShutdown; +CoreStartup; +DebugBreakpointCommand; +DebugBreakpointLookup; +DebugDecodeOp; +DebugGetCPUDataPtr; +DebugGetState; +DebugMemGetMemInfo; +DebugMemGetPointer; +DebugMemGetRecompInfo; +DebugMemRead16; +DebugMemRead32; +DebugMemRead64; +DebugMemRead8; +DebugMemWrite16; +DebugMemWrite32; +DebugMemWrite64; +DebugMemWrite8; +DebugSetCallbacks; +DebugSetCoreCompare; +DebugSetRunState; +DebugStep; +PluginGetVersion; +VidExt_GL_GetProcAddress; +VidExt_GL_SetAttribute; +VidExt_GL_GetAttribute; +VidExt_GL_SwapBuffers; +VidExt_Init; +VidExt_ListFullscreenModes; +VidExt_Quit; +VidExt_SetCaption; +VidExt_SetVideoMode; +VidExt_ToggleFullScreen; +VidExt_ResizeWindow; +local: *; };