git-svn-id: https://localhost/svn/Project64/trunk@16 111125ac-702d-7242-af9c-5ba8ae61c1ef
This commit is contained in:
parent
5ff8e00c28
commit
0498afea9e
|
@ -20,6 +20,7 @@ class CAudioPlugin {
|
|||
void (__cdecl *m_DacrateChanged) ( SystemType Type );
|
||||
void (__cdecl *PluginOpened) ( void );
|
||||
void (__cdecl *SetSettingInfo) ( PLUGIN_SETTINGS * info );
|
||||
void (__cdecl *SetSettingInfo2) ( PLUGIN_SETTINGS2 * info );
|
||||
|
||||
//Function used in a thread for using audio
|
||||
static void AudioThread (CAudioPlugin * _this);
|
||||
|
|
|
@ -81,6 +81,7 @@ class CControl_Plugin {
|
|||
void (__cdecl *ReadController) ( int Control, BYTE * Command );
|
||||
void (__cdecl *PluginOpened) ( void );
|
||||
void (__cdecl *SetSettingInfo) ( PLUGIN_SETTINGS * info );
|
||||
void (__cdecl *SetSettingInfo2) ( PLUGIN_SETTINGS2 * info );
|
||||
|
||||
CCONTROL * m_Controllers[4];
|
||||
|
||||
|
|
|
@ -48,6 +48,7 @@ class CGfxPlugin {
|
|||
void (__cdecl *InitiateDebugger) ( DEBUG_INFO DebugInfo);
|
||||
void (__cdecl *PluginOpened) ( void );
|
||||
void (__cdecl *SetSettingInfo) ( PLUGIN_SETTINGS * info );
|
||||
void (__cdecl *SetSettingInfo2) ( PLUGIN_SETTINGS2 * info );
|
||||
|
||||
static void LoadLib (LPCSTR FileName);
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue