mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Added WebShimKind_Shop and removed a comment.
This commit is contained in:
parent
a897b9a836
commit
7479be4256
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user