From 3af857575c82755e6a02a598c752de2dd495ac5a Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sat, 15 Dec 2018 16:43:53 -0500 Subject: [PATCH] Added comment to appletStorageMap. --- nx/include/switch/services/applet.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nx/include/switch/services/applet.h b/nx/include/switch/services/applet.h index 71d4605c..3d33d9ae 100644 --- a/nx/include/switch/services/applet.h +++ b/nx/include/switch/services/applet.h @@ -189,6 +189,7 @@ Result appletStorageGetHandle(AppletStorage *s, s64 *out, Handle *handle); /** * @brief Maps TransferMemory for a HandleStorage. Wrapper for \ref appletCreateHandleStorage. * @note The TransferMemory can be unmapped with \ref appletStorageCloseTmem. + * @note Do not use this if the AppletStorage already contains initialized TransferMemory state. * @param s Storage object. * @param addr Output mapped address (optional). * @param size Output size (optional).