
#include <nitro/vib.h>
void VIB_SetCartridgePulloutCallback(VIBCartridgePulloutCallback func);
| func | Game Pak removal callback. |
None.
Registers the Game Pak removal callback.
If the Game Pak is removed, the library immediately stops pulse vibration. If a callback is registered using this function, that callback will be called from that point forward.
The VIBCartridgePulloutCallback function is defined as follows.
typedef void (*VIBCartridgePulloutCallback)(void);
2005/08/16 Initial version.
CONFIDENTIAL