Add a clarifying comment.

This commit is contained in:
Themaister 2011-05-14 20:53:38 +02:00
parent b521becd3c
commit 4a78f2fef1

View File

@ -97,6 +97,8 @@ typedef struct ssnes_dsp_plugin
int api_version;
} ssnes_dsp_plugin_t;
// Called by SSNES at startup to get the callback struct.
// This is NOT dynamically allocated!
SSNES_API_EXPORT const ssnes_dsp_plugin_t* SSNES_API_CALLTYPE
ssnes_dsp_plugin_init(void);