mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-16 15:46:49 -05:00
vpad: Add missing VPADSetSamplingCallback function declaration
This commit is contained in:
@@ -321,6 +321,7 @@ WUT_CHECK_OFFSET(VPADStatus, 0xA2, micStatus);
|
||||
WUT_CHECK_OFFSET(VPADStatus, 0xA3, slideVolumeEx);
|
||||
WUT_CHECK_SIZE(VPADStatus, 0xAC);
|
||||
|
||||
typedef void(*VPADSamplingCallback)(VPADChan chan);
|
||||
|
||||
/**
|
||||
* Initialises the VPAD library for use.
|
||||
@@ -985,6 +986,10 @@ int32_t
|
||||
VPADSetSensorBar(VPADChan chan,
|
||||
BOOL on);
|
||||
|
||||
VPADSamplingCallback
|
||||
VPADSetSamplingCallback(VPADChan chan,
|
||||
VPADSamplingCallback callback);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user