From 02f130ba0705331274f018afd2aba274af699fd6 Mon Sep 17 00:00:00 2001 From: shchmue Date: Fri, 17 Apr 2020 14:49:08 -0600 Subject: [PATCH] set: Add missing declarations --- nx/include/switch/services/set.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/nx/include/switch/services/set.h b/nx/include/switch/services/set.h index aa1daaf4..e2c29708 100644 --- a/nx/include/switch/services/set.h +++ b/nx/include/switch/services/set.h @@ -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);