PANDORA: Make GLES context compatible with latest driver (FB only, no X11)
[mupen64plus-pandora.git] / source / mupen64plus-core / src / api / api_export.ver
CommitLineData
451ab91e 1{ global:
2ConfigDeleteSection;
3ConfigGetParamBool;
4ConfigGetParameter;
5ConfigGetParameterHelp;
6ConfigGetParameterType;
7ConfigGetParamFloat;
8ConfigGetParamInt;
9ConfigGetParamString;
10ConfigGetSharedDataFilepath;
11ConfigGetUserCachePath;
12ConfigGetUserConfigPath;
13ConfigGetUserDataPath;
14ConfigHasUnsavedChanges;
15ConfigListParameters;
16ConfigListSections;
17ConfigOpenSection;
18ConfigRevertChanges;
19ConfigSaveFile;
20ConfigSaveSection;
21ConfigSetDefaultBool;
22ConfigSetDefaultFloat;
23ConfigSetDefaultInt;
24ConfigSetDefaultString;
25ConfigSetParameter;
26CoreAddCheat;
27CoreAttachPlugin;
28CoreCheatEnabled;
29CoreDetachPlugin;
30CoreDoCommand;
31CoreErrorMessage;
32CoreGetAPIVersions;
33CoreGetRomSettings;
34CoreOverrideVidExt;
35CoreShutdown;
36CoreStartup;
37DebugBreakpointCommand;
38DebugBreakpointLookup;
39DebugDecodeOp;
40DebugGetCPUDataPtr;
41DebugGetState;
42DebugMemGetMemInfo;
43DebugMemGetPointer;
44DebugMemGetRecompInfo;
45DebugMemRead16;
46DebugMemRead32;
47DebugMemRead64;
48DebugMemRead8;
49DebugMemWrite16;
50DebugMemWrite32;
51DebugMemWrite64;
52DebugMemWrite8;
53DebugSetCallbacks;
54DebugSetCoreCompare;
55DebugSetRunState;
56DebugStep;
57PluginGetVersion;
58VidExt_GL_GetProcAddress;
59VidExt_GL_SetAttribute;
60VidExt_GL_GetAttribute;
61VidExt_GL_SwapBuffers;
62VidExt_Init;
63VidExt_ListFullscreenModes;
64VidExt_Quit;
65VidExt_SetCaption;
66VidExt_SetVideoMode;
67VidExt_ToggleFullScreen;
68VidExt_ResizeWindow;
69local: *; };