mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 02:22:15 +02:00
set: Add missing declarations
This commit is contained in:
parent
4c824fad28
commit
02f130ba07
@ -2512,3 +2512,17 @@ Result setcalGetConsoleSixAxisSensorHorizontalOffset(SetCalConsoleSixAxisSensorH
|
||||
* @param[out] out_version Output BatteryVersion.
|
||||
*/
|
||||
Result setcalGetBatteryVersion(u8 *out_version);
|
||||
|
||||
/**
|
||||
* @brief GetDeviceId
|
||||
* @note Only available on [10.0.0+].
|
||||
* @param[out] out_type Output DeviceId.
|
||||
*/
|
||||
Result setcalGetDeviceId(u64 *out_device_id);
|
||||
|
||||
/**
|
||||
* @brief GetConsoleSixAxisSensorMountType
|
||||
* @note Only available on [10.0.0+].
|
||||
* @param[out] out_type Output ConsoleSixAxisSensorMountType.
|
||||
*/
|
||||
Result setcalGetConsoleSixAxisSensorMountType(u8 *out_type);
|
||||
|
Loading…
Reference in New Issue
Block a user