From 170942a781ffea7a4890c6fe9879a1c2ea2c13c5 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Mon, 18 Nov 2019 16:50:12 -0500 Subject: [PATCH] Updated docs for nssuControlSetupToReceiveSystemUpdate. --- nx/include/switch/services/ns.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nx/include/switch/services/ns.h b/nx/include/switch/services/ns.h index 6e639c4b..a850e1aa 100644 --- a/nx/include/switch/services/ns.h +++ b/nx/include/switch/services/ns.h @@ -713,6 +713,7 @@ Result nssuControlGetReceivedEulaData(NsSystemUpdateControl *c, const char* path /** * @brief Does setup for ReceiveSystemUpdate by using the same nim cmds as \ref nssuDestroySystemUpdateTask. + * @note qlaunch uses this before \ref nssuControlRequestReceiveSystemUpdate. * @note Only available on [4.0.0+]. * @param c \ref NsSystemUpdateControl */