From d2f797e2307674658924aa1974a5ce4c81a22918 Mon Sep 17 00:00:00 2001 From: ITotalJustice <47043333+ITotalJustice@users.noreply.github.com> Date: Mon, 16 Dec 2019 20:59:28 +0000 Subject: [PATCH] Update function comments. --- nx/include/switch/services/set.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nx/include/switch/services/set.h b/nx/include/switch/services/set.h index f23bedd1..b86fb43b 100644 --- a/nx/include/switch/services/set.h +++ b/nx/include/switch/services/set.h @@ -1017,23 +1017,23 @@ void setcalExit(void); /// Gets the Service object for the actual setcal service session. Service* setcalGetServiceSession(void); -/// Gets EciDeviceCertificate of size 0x180. +/// Gets the \ref SetCalEccB233DeviceCertificate. Result setcalGetEciDeviceCertificate(SetCalEccB233DeviceCertificate *out); -/// Gets EticketDeviceCertificate of size 0x240. +/// Gets the \ref SetCalRsa2048DeviceCertificate. Result setcalGetEticketDeviceCertificate(SetCalRsa2048DeviceCertificate *out); -/// Gets SslKey of size 0x134. +/// Gets the \ref SetCalSslKey. Result setcalGetSslKey(SetCalSslKey *out); -/// Gets SslCertificate of size 0x804. +/// Gets the \ref SetCalSslCertificate. Result setcalGetSslCertificate(SetCalSslCertificate *out); -/// Gets GameCardKey of size 0x134. +/// Gets the \ref SetCalGameCardKey. Result setcalGetGameCardKey(SetCalGameCardKey *out); -/// Gets GameCardCertificate of size 0x400. +/// Gets the \ref SetCalGameCardCertificate. Result setcalGetGameCardCertificate(SetCalGameCardCertificate *out); -/// Gets EticketDeviceKey of size 0x244. +/// Gets the \ref SetCalRsa2048DeviceKey. Result setcalGetEticketDeviceKey(SetCalRsa2048DeviceKey *out);