From 7479be4256646df112a133561f8f3c036a58f5ac Mon Sep 17 00:00:00 2001 From: yellows8 Date: Mon, 4 Mar 2019 12:26:54 -0500 Subject: [PATCH] Added WebShimKind_Shop and removed a comment. --- nx/include/switch/applets/web.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/applets/web.h b/nx/include/switch/applets/web.h index b3dd0f8a..772240bf 100644 --- a/nx/include/switch/applets/web.h +++ b/nx/include/switch/applets/web.h @@ -11,6 +11,7 @@ /// This indicates the type of web-applet. typedef enum { + WebShimKind_Shop = 1, WebShimKind_Login = 2, WebShimKind_Offline = 3, WebShimKind_Share = 4, @@ -143,7 +144,6 @@ typedef enum { } WebArgType; /// Types for \ref WebArgTLV, output storage. -/// Official user-processes doesn't check the TLV size for any of these. typedef enum { WebReplyType_ExitReason = 0x1, ///< [3.0.0+] u32 ShareExitReason WebReplyType_LastUrl = 0x2, ///< [3.0.0+] string