mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-03 18:12:14 +02:00
Correct structs and finish adding all set:cal calls (#373)
This commit is contained in:
parent
e86f8a2f42
commit
64d487bb87
@ -271,27 +271,35 @@ typedef struct {
|
||||
} SetCalAccelerometerScale;
|
||||
|
||||
typedef struct {
|
||||
u32 size;
|
||||
u8 cert[0x70];
|
||||
} SetCalAmiiboEcdsaCertificate;
|
||||
|
||||
typedef struct {
|
||||
u32 size;
|
||||
u8 cert[0x20];
|
||||
} SetCalAmiiboEcqvBlsCertificate;
|
||||
|
||||
typedef struct {
|
||||
u8 key[0x44];
|
||||
u32 size;
|
||||
u8 key[0x40];
|
||||
u32 generation;
|
||||
} SetCalAmiiboEcqvBlsKey;
|
||||
|
||||
typedef struct {
|
||||
u32 size;
|
||||
u8 cert[0x90];
|
||||
} SetCalAmiiboEcqvBlsRootCertificate;
|
||||
|
||||
typedef struct {
|
||||
u32 size;
|
||||
u8 cert[0x14];
|
||||
} SetCalAmiiboEcqvCertificate;
|
||||
|
||||
typedef struct {
|
||||
u8 key[0x54];
|
||||
u32 size;
|
||||
u8 key[0x50];
|
||||
u32 generation;
|
||||
} SetCalAmiiboKey;
|
||||
|
||||
typedef struct {
|
||||
@ -319,16 +327,17 @@ typedef struct {
|
||||
} SetCalConsoleSixAxisSensorHorizontalOffset;
|
||||
|
||||
typedef struct {
|
||||
u32 code[0x4]; ///< Country code.
|
||||
char code[0x3]; ///< Country code.
|
||||
} SetCalCountryCode;
|
||||
|
||||
typedef struct {
|
||||
u32 offset; ///< Relative to current position.
|
||||
u8 cert[0x17C];
|
||||
u8 cert[0x180];
|
||||
} SetCalEccB233DeviceCertificate;
|
||||
|
||||
typedef struct {
|
||||
u8 key[0x58];
|
||||
u32 size;
|
||||
u8 key[0x50];
|
||||
u32 generation;
|
||||
} SetCalEccB233DeviceKey;
|
||||
|
||||
typedef struct {
|
||||
@ -338,6 +347,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
u32 size; ///< Size of the entire key.
|
||||
u8 key[0x130];
|
||||
u32 generation;
|
||||
} SetCalGameCardKey;
|
||||
|
||||
typedef struct {
|
||||
@ -353,17 +363,17 @@ typedef struct {
|
||||
} SetCalMacAddress;
|
||||
|
||||
typedef struct {
|
||||
u32 offset; ///< Relative to current position.
|
||||
u8 cert[0x23C];
|
||||
u8 cert[0x240];
|
||||
} SetCalRsa2048DeviceCertificate;
|
||||
|
||||
typedef struct {
|
||||
u32 size; ///< Size of the entire key.
|
||||
u8 key[0x240];
|
||||
u32 generation;
|
||||
} SetCalRsa2048DeviceKey;
|
||||
|
||||
typedef struct {
|
||||
u8 number[0x18];
|
||||
char number[0x18];
|
||||
} SetCalSerialNumber;
|
||||
|
||||
typedef struct {
|
||||
@ -378,6 +388,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
u32 size; ///< Size of the entire key.
|
||||
u8 key[0x130];
|
||||
u32 generation;
|
||||
} SetCalSslKey;
|
||||
|
||||
typedef struct {
|
||||
@ -1017,23 +1028,269 @@ void setcalExit(void);
|
||||
/// Gets the Service object for the actual setcal service session.
|
||||
Service* setcalGetServiceSession(void);
|
||||
|
||||
/// Gets the \ref SetCalEccB233DeviceCertificate.
|
||||
/**
|
||||
* @brief Gets the \ref SetCalBdAddress.
|
||||
* @param[out] out \ref SetCalBdAddress
|
||||
*/
|
||||
Result setcalGetBdAddress(SetCalBdAddress *out);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalConfigurationId1.
|
||||
* @param[out] out \ref SetCalConfigurationId1
|
||||
*/
|
||||
Result setcalGetConfigurationId1(SetCalConfigurationId1 *out);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalAccelerometerOffset.
|
||||
* @param[out] out \ref SetCalAccelerometerOffset
|
||||
*/
|
||||
Result setcalGetAccelerometerOffset(SetCalAccelerometerOffset *out);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalAccelerometerScale.
|
||||
* @param[out] out \ref SetCalAccelerometerScale
|
||||
*/
|
||||
Result setcalGetAccelerometerScale(SetCalAccelerometerScale *out);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalAccelerometerOffset.
|
||||
* @param[out] out \ref SetCalAccelerometerOffset
|
||||
*/
|
||||
Result setcalGetGyroscopeOffset(SetCalAccelerometerOffset *out);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalGyroscopeScale.
|
||||
* @param[out] out \ref SetCalGyroscopeScale
|
||||
*/
|
||||
Result setcalGetGyroscopeScale(SetCalGyroscopeScale *out);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalMacAddress.
|
||||
* @param[out] out \ref SetCalMacAddress
|
||||
*/
|
||||
Result setcalGetWirelessLanMacAddress(SetCalMacAddress *out);
|
||||
|
||||
/**
|
||||
* @brief GetWirelessLanCountryCodeCount
|
||||
* @param[out] out_count Output count
|
||||
*/
|
||||
Result setcalGetWirelessLanCountryCodeCount(s32 *out_count);
|
||||
|
||||
/**
|
||||
* @brief GetWirelessLanCountryCodes
|
||||
* @param[out] total_out Total output entries.
|
||||
* @param[out] codes Output array of \ref SetCalCountryCode.
|
||||
* @param[in] count Size of the versions array in entries.
|
||||
*/
|
||||
Result setcalGetWirelessLanCountryCodes(s32 *total_out, SetCalCountryCode *codes, s32 count);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalSerialNumber.
|
||||
* @param[out] out \ref SetCalSerialNumber
|
||||
*/
|
||||
Result setcalGetSerialNumber(SetCalSerialNumber *out);
|
||||
|
||||
/**
|
||||
* @brief SetInitialSystemAppletProgramId
|
||||
* @param[in] program_id input ProgramId.
|
||||
*/
|
||||
Result setcalSetInitialSystemAppletProgramId(u64 program_id);
|
||||
|
||||
/**
|
||||
* @brief SetOverlayDispProgramId
|
||||
* @param[in] program_id input ProgramId.
|
||||
*/
|
||||
Result setcalSetOverlayDispProgramId(u64 program_id);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetBatteryLot.
|
||||
* @param[out] out \ref SetBatteryLot
|
||||
*/
|
||||
Result setcalGetBatteryLot(SetBatteryLot *out);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalEccB233DeviceCertificate.
|
||||
* @param[out] out \ref SetCalEccB233DeviceCertificate
|
||||
*/
|
||||
Result setcalGetEciDeviceCertificate(SetCalEccB233DeviceCertificate *out);
|
||||
|
||||
/// Gets the \ref SetCalRsa2048DeviceCertificate.
|
||||
/**
|
||||
* @brief Gets the \ref SetCalRsa2048DeviceCertificate.
|
||||
* @param[out] out \ref SetCalRsa2048DeviceCertificate
|
||||
*/
|
||||
Result setcalGetEticketDeviceCertificate(SetCalRsa2048DeviceCertificate *out);
|
||||
|
||||
/// Gets the \ref SetCalSslKey.
|
||||
/**
|
||||
* @brief Gets the \ref SetCalSslKey.
|
||||
* @param[out] out \ref SetCalSslKey
|
||||
*/
|
||||
Result setcalGetSslKey(SetCalSslKey *out);
|
||||
|
||||
/// Gets the \ref SetCalSslCertificate.
|
||||
/**
|
||||
* @brief Gets the \ref SetCalSslCertificate.
|
||||
* @param[out] out \ref SetCalSslCertificate
|
||||
*/
|
||||
Result setcalGetSslCertificate(SetCalSslCertificate *out);
|
||||
|
||||
/// Gets the \ref SetCalGameCardKey.
|
||||
/**
|
||||
* @brief Gets the \ref SetCalGameCardKey.
|
||||
* @param[out] out \ref SetCalGameCardKey
|
||||
*/
|
||||
Result setcalGetGameCardKey(SetCalGameCardKey *out);
|
||||
|
||||
/// Gets the \ref SetCalGameCardCertificate.
|
||||
/**
|
||||
* @brief Gets the \ref SetCalGameCardCertificate.
|
||||
* @param[out] out \ref SetCalGameCardCertificate
|
||||
*/
|
||||
Result setcalGetGameCardCertificate(SetCalGameCardCertificate *out);
|
||||
|
||||
/// Gets the \ref SetCalRsa2048DeviceKey.
|
||||
/**
|
||||
* @brief Gets the \ref SetCalEccB233DeviceKey.
|
||||
* @param[out] out \ref SetCalEccB233DeviceKey
|
||||
*/
|
||||
Result setcalGetEciDeviceKey(SetCalEccB233DeviceKey *out);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalRsa2048DeviceKey.
|
||||
* @param[out] out \ref SetCalRsa2048DeviceKey
|
||||
*/
|
||||
Result setcalGetEticketDeviceKey(SetCalRsa2048DeviceKey *out);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalSpeakerParameter.
|
||||
* @param[out] out \ref SetCalSpeakerParameter
|
||||
*/
|
||||
Result setcalGetSpeakerParameter(SetCalSpeakerParameter *out);
|
||||
|
||||
/**
|
||||
* @brief GetLcdVendorId
|
||||
* @note Only available on [4.0.0+].
|
||||
* @param[out] out_vendor_id Output LcdVendorId.
|
||||
*/
|
||||
Result setcalGetLcdVendorId(u32 *out_vendor_id);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalRsa2048DeviceCertificate.
|
||||
* @note Only available on [5.0.0+].
|
||||
* @param[out] out \ref SetCalRsa2048DeviceCertificate
|
||||
*/
|
||||
Result setcalGetEciDeviceCertificate2(SetCalRsa2048DeviceCertificate *out);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalRsa2048DeviceKey.
|
||||
* @note Only available on [5.0.0+].
|
||||
* @param[out] out \ref SetCalRsa2048DeviceKey
|
||||
*/
|
||||
Result setcalGetEciDeviceKey2(SetCalRsa2048DeviceKey *out);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalAmiiboKey.
|
||||
* @note Only available on [5.0.0+].
|
||||
* @param[out] out \ref SetCalAmiiboKey
|
||||
*/
|
||||
Result setcalGetAmiiboKey(SetCalAmiiboKey *out);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalAmiiboEcqvCertificate.
|
||||
* @note Only available on [5.0.0+].
|
||||
* @param[out] out \ref SetCalAmiiboEcqvCertificate
|
||||
*/
|
||||
Result setcalGetAmiiboEcqvCertificate(SetCalAmiiboEcqvCertificate *out);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalAmiiboEcdsaCertificate.
|
||||
* @note Only available on [5.0.0+].
|
||||
* @param[out] out \ref SetCalAmiiboEcdsaCertificate
|
||||
*/
|
||||
Result setcalGetAmiiboEcdsaCertificate(SetCalAmiiboEcdsaCertificate *out);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalAmiiboEcqvBlsKey.
|
||||
* @note Only available on [5.0.0+].
|
||||
* @param[out] out \ref SetCalAmiiboEcqvBlsKey
|
||||
*/
|
||||
Result setcalGetAmiiboEcqvBlsKey(SetCalAmiiboEcqvBlsKey *out);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalAmiiboEcqvBlsCertificate.
|
||||
* @note Only available on [5.0.0+].
|
||||
* @param[out] out \ref SetCalAmiiboEcqvBlsCertificate
|
||||
*/
|
||||
Result setcalGetAmiiboEcqvBlsCertificate(SetCalAmiiboEcqvBlsCertificate *out);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalAmiiboEcqvBlsRootCertificate.
|
||||
* @note Only available on [5.0.0+].
|
||||
* @param[out] out \ref SetCalAmiiboEcqvBlsRootCertificate
|
||||
*/
|
||||
Result setcalGetAmiiboEcqvBlsRootCertificate(SetCalAmiiboEcqvBlsRootCertificate *out);
|
||||
|
||||
/**
|
||||
* @brief GetUsbTypeCPowerSourceCircuitVersion
|
||||
* @note Only available on [5.0.0+].
|
||||
* @param[out] out_version Output UsbTypeCPowerSourceCircuitVersion.
|
||||
*/
|
||||
Result setcalGetUsbTypeCPowerSourceCircuitVersion(u8 *out_version);
|
||||
|
||||
/**
|
||||
* @brief GetAnalogStickModuleTypeL
|
||||
* @note Only available on [8.1.1+].
|
||||
* @param[out] out_version Output AnalogStickModuleType.
|
||||
*/
|
||||
Result setcalGetAnalogStickModuleTypeL(u8 *out_type);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalAnalogStickModelParameter.
|
||||
* @note Only available on [8.1.1+].
|
||||
* @param[out] out \ref SetCalAnalogStickModelParameter
|
||||
*/
|
||||
Result setcalGetAnalogStickModelParameterL(SetCalAnalogStickModelParameter *out);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalAnalogStickFactoryCalibration.
|
||||
* @note Only available on [8.1.1+].
|
||||
* @param[out] out \ref SetCalAnalogStickFactoryCalibration
|
||||
*/
|
||||
Result setcalGetAnalogStickFactoryCalibrationL(SetCalAnalogStickFactoryCalibration *out);
|
||||
|
||||
/**
|
||||
* @brief GetAnalogStickModuleTypeR
|
||||
* @note Only available on [8.1.1+].
|
||||
* @param[out] out_version Output AnalogStickModuleType.
|
||||
*/
|
||||
Result setcalGetAnalogStickModuleTypeR(u8 *out_type);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalAnalogStickModelParameter.
|
||||
* @note Only available on [8.1.1+].
|
||||
* @param[out] out \ref SetCalAnalogStickModelParameter
|
||||
*/
|
||||
Result setcalGetAnalogStickModelParameterR(SetCalAnalogStickModelParameter *out);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalAnalogStickFactoryCalibration.
|
||||
* @note Only available on [8.1.1+].
|
||||
* @param[out] out \ref SetCalAnalogStickFactoryCalibration
|
||||
*/
|
||||
Result setcalGetAnalogStickFactoryCalibrationR(SetCalAnalogStickFactoryCalibration *out);
|
||||
|
||||
/**
|
||||
* @brief GetConsoleSixAxisSensorModuleType
|
||||
* @note Only available on [8.1.1+].
|
||||
* @param[out] out_version Output ConsoleSixAxisSensorModuleType.
|
||||
*/
|
||||
Result setcalGetConsoleSixAxisSensorModuleType(u8 *out_type);
|
||||
|
||||
/**
|
||||
* @brief Gets the \ref SetCalConsoleSixAxisSensorHorizontalOffset.
|
||||
* @note Only available on [8.1.1+].
|
||||
* @param[out] out \ref SetCalConsoleSixAxisSensorHorizontalOffset
|
||||
*/
|
||||
Result setcalGetConsoleSixAxisSensorHorizontalOffset(SetCalConsoleSixAxisSensorHorizontalOffset *out);
|
||||
|
||||
/**
|
||||
* @brief GetBatteryVersion
|
||||
* @note Only available on [6.0.0+].
|
||||
* @param[out] out_version Output BatteryVersion.
|
||||
*/
|
||||
Result setcalGetBatteryVersion(u8 *out_version);
|
||||
|
@ -781,6 +781,61 @@ Result setsysSetTouchScreenMode(SetSysTouchScreenMode mode) {
|
||||
return _setCmdInU32NoOut(&g_setsysSrv, mode, 188);
|
||||
}
|
||||
|
||||
Result setcalGetBdAddress(SetCalBdAddress *out) {
|
||||
return serviceDispatchOut(&g_setsysSrv, 0, *out);
|
||||
}
|
||||
|
||||
Result setcalGetConfigurationId1(SetCalConfigurationId1 *out) {
|
||||
return serviceDispatchOut(&g_setsysSrv, 1, *out);
|
||||
}
|
||||
|
||||
Result setcalGetAccelerometerOffset(SetCalAccelerometerOffset *out) {
|
||||
return serviceDispatchOut(&g_setsysSrv, 2, *out);
|
||||
}
|
||||
|
||||
Result setcalGetAccelerometerScale(SetCalAccelerometerScale *out) {
|
||||
return serviceDispatchOut(&g_setsysSrv, 3, *out);
|
||||
}
|
||||
|
||||
Result setcalGetGyroscopeOffset(SetCalAccelerometerOffset *out) {
|
||||
return serviceDispatchOut(&g_setsysSrv, 4, *out);
|
||||
}
|
||||
|
||||
Result setcalGetGyroscopeScale(SetCalGyroscopeScale *out) {
|
||||
return serviceDispatchOut(&g_setsysSrv, 5, *out);
|
||||
}
|
||||
|
||||
Result setcalGetWirelessLanMacAddress(SetCalMacAddress *out) {
|
||||
return serviceDispatchOut(&g_setsysSrv, 6, *out);
|
||||
}
|
||||
|
||||
Result setcalGetWirelessLanCountryCodeCount(s32 *out_count) {
|
||||
return _setCmdNoInOutU32(&g_setsysSrv, (u32*)out_count, 7);
|
||||
}
|
||||
|
||||
Result setcalGetWirelessLanCountryCodes(s32 *total_out, SetCalCountryCode *codes, s32 count) {
|
||||
return serviceDispatchOut(&g_setsysSrv, 8, *total_out,
|
||||
.buffer_attrs = { SfBufferAttr_HipcPointer | SfBufferAttr_Out },
|
||||
.buffers = { { codes, count*sizeof(SetCalCountryCode) } },
|
||||
);
|
||||
}
|
||||
|
||||
Result setcalGetSerialNumber(SetCalSerialNumber *out) {
|
||||
return serviceDispatchOut(&g_setsysSrv, 9, *out);
|
||||
}
|
||||
|
||||
Result setcalSetInitialSystemAppletProgramId(u64 program_id) {
|
||||
return _setCmdInU64NoOut(&g_setsysSrv, program_id, 10);
|
||||
}
|
||||
|
||||
Result setcalSetOverlayDispProgramId(u64 program_id) {
|
||||
return _setCmdInU64NoOut(&g_setsysSrv, program_id, 11);
|
||||
}
|
||||
|
||||
Result setcalGetBatteryLot(SetBatteryLot *out) {
|
||||
return serviceDispatchOut(&g_setsysSrv, 12, *out);
|
||||
}
|
||||
|
||||
Result setcalGetEciDeviceCertificate(SetCalEccB233DeviceCertificate *out) {
|
||||
return serviceDispatch(&g_setcalSrv, 14,
|
||||
.buffer_attrs = { SfBufferAttr_HipcMapAlias | SfBufferAttr_Out },
|
||||
@ -823,9 +878,156 @@ Result setcalGetGameCardCertificate(SetCalGameCardCertificate *out) {
|
||||
);
|
||||
}
|
||||
|
||||
Result setcalGetEciDeviceKey(SetCalEccB233DeviceKey *out) {
|
||||
return serviceDispatchOut(&g_setcalSrv, 20, *out);
|
||||
}
|
||||
|
||||
Result setcalGetEticketDeviceKey(SetCalRsa2048DeviceKey *out) {
|
||||
return serviceDispatch(&g_setcalSrv, 21,
|
||||
.buffer_attrs = { SfBufferAttr_HipcMapAlias | SfBufferAttr_Out },
|
||||
.buffers = { { out, sizeof(SetCalRsa2048DeviceKey) } },
|
||||
);
|
||||
}
|
||||
|
||||
Result setcalGetSpeakerParameter(SetCalSpeakerParameter *out) {
|
||||
return serviceDispatchOut(&g_setcalSrv, 22, *out);
|
||||
}
|
||||
|
||||
Result setcalGetLcdVendorId(u32 *out_vendor_id) {
|
||||
if (hosversionBefore(4,0,0))
|
||||
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||
|
||||
return _setCmdNoInOutU32(&g_setcalSrv, out_vendor_id, 23);
|
||||
}
|
||||
|
||||
Result setcalGetEciDeviceCertificate2(SetCalRsa2048DeviceCertificate *out) {
|
||||
if (hosversionBefore(5,0,0))
|
||||
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||
|
||||
return serviceDispatch(&g_setcalSrv, 24,
|
||||
.buffer_attrs = { SfBufferAttr_HipcMapAlias | SfBufferAttr_Out },
|
||||
.buffers = { { out, sizeof(SetCalRsa2048DeviceCertificate) } },
|
||||
);
|
||||
}
|
||||
|
||||
Result setcalGetEciDeviceKey2(SetCalRsa2048DeviceKey *out) {
|
||||
if (hosversionBefore(5,0,0))
|
||||
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||
|
||||
return serviceDispatch(&g_setcalSrv, 25,
|
||||
.buffer_attrs = { SfBufferAttr_HipcMapAlias | SfBufferAttr_Out },
|
||||
.buffers = { { out, sizeof(SetCalRsa2048DeviceKey) } },
|
||||
);
|
||||
}
|
||||
|
||||
Result setcalGetAmiiboKey(SetCalAmiiboKey *out) {
|
||||
if (hosversionBefore(5,0,0))
|
||||
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||
|
||||
return serviceDispatchOut(&g_setcalSrv, 26, *out);
|
||||
}
|
||||
|
||||
Result setcalGetAmiiboEcqvCertificate(SetCalAmiiboEcqvCertificate *out) {
|
||||
if (hosversionBefore(5,0,0))
|
||||
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||
|
||||
return serviceDispatchOut(&g_setcalSrv, 27, *out);
|
||||
}
|
||||
|
||||
Result setcalGetAmiiboEcdsaCertificate(SetCalAmiiboEcdsaCertificate *out) {
|
||||
if (hosversionBefore(5,0,0))
|
||||
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||
|
||||
return serviceDispatchOut(&g_setcalSrv, 28, *out);
|
||||
}
|
||||
|
||||
Result setcalGetAmiiboEcqvBlsKey(SetCalAmiiboEcqvBlsKey *out) {
|
||||
if (hosversionBefore(5,0,0))
|
||||
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||
|
||||
return serviceDispatchOut(&g_setcalSrv, 29, *out);
|
||||
}
|
||||
|
||||
Result setcalGetAmiiboEcqvBlsCertificate(SetCalAmiiboEcqvBlsCertificate *out) {
|
||||
if (hosversionBefore(5,0,0))
|
||||
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||
|
||||
return serviceDispatchOut(&g_setcalSrv, 30, *out);
|
||||
}
|
||||
|
||||
Result setcalGetAmiiboEcqvBlsRootCertificate(SetCalAmiiboEcqvBlsRootCertificate *out) {
|
||||
if (hosversionBefore(5,0,0))
|
||||
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||
|
||||
return serviceDispatchOut(&g_setcalSrv, 31, *out);
|
||||
}
|
||||
|
||||
Result setcalGetUsbTypeCPowerSourceCircuitVersion(u8 *out_version) {
|
||||
if (hosversionBefore(5,0,0))
|
||||
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||
|
||||
return _setCmdNoInOutU8(&g_setcalSrv, out_version, 32);
|
||||
}
|
||||
|
||||
Result setcalGetAnalogStickModuleTypeL(u8 *out_type) {
|
||||
if (hosversionBefore(8,1,1))
|
||||
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||
|
||||
return _setCmdNoInOutU8(&g_setcalSrv, out_type, 33);
|
||||
}
|
||||
|
||||
Result setcalGetAnalogStickModelParameterL(SetCalAnalogStickModelParameter *out) {
|
||||
if (hosversionBefore(8,1,1))
|
||||
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||
|
||||
return serviceDispatchOut(&g_setcalSrv, 34, *out);
|
||||
}
|
||||
|
||||
Result setcalGetAnalogStickFactoryCalibrationL(SetCalAnalogStickFactoryCalibration *out) {
|
||||
if (hosversionBefore(8,1,1))
|
||||
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||
|
||||
return serviceDispatchOut(&g_setcalSrv, 35, *out);
|
||||
}
|
||||
|
||||
Result setcalGetAnalogStickModuleTypeR(u8 *out_type) {
|
||||
if (hosversionBefore(8,1,1))
|
||||
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||
|
||||
return _setCmdNoInOutU8(&g_setcalSrv, out_type, 36);
|
||||
}
|
||||
|
||||
Result setcalGetAnalogStickModelParameterR(SetCalAnalogStickModelParameter *out) {
|
||||
if (hosversionBefore(8,1,1))
|
||||
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||
|
||||
return serviceDispatchOut(&g_setcalSrv, 37, *out);
|
||||
}
|
||||
|
||||
Result setcalGetAnalogStickFactoryCalibrationR(SetCalAnalogStickFactoryCalibration *out) {
|
||||
if (hosversionBefore(8,1,1))
|
||||
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||
|
||||
return serviceDispatchOut(&g_setcalSrv, 38, *out);
|
||||
}
|
||||
|
||||
Result setcalGetConsoleSixAxisSensorModuleType(u8 *out_type) {
|
||||
if (hosversionBefore(8,1,1))
|
||||
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||
|
||||
return _setCmdNoInOutU8(&g_setcalSrv, out_type, 39);
|
||||
}
|
||||
|
||||
Result setcalGetConsoleSixAxisSensorHorizontalOffset(SetCalConsoleSixAxisSensorHorizontalOffset *out) {
|
||||
if (hosversionBefore(8,1,1))
|
||||
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||
|
||||
return serviceDispatchOut(&g_setcalSrv, 40, *out);
|
||||
}
|
||||
|
||||
Result setcalGetBatteryVersion(u8 *out_version) {
|
||||
if (hosversionBefore(6,0,0))
|
||||
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||
|
||||
return _setCmdNoInOutU8(&g_setcalSrv, out_version, 41);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user