summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/ns_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ns/ns_types.h')
-rw-r--r--src/core/hle/service/ns/ns_types.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/hle/service/ns/ns_types.h b/src/core/hle/service/ns/ns_types.h
index 9b6b3aa2d..37ff078bd 100644
--- a/src/core/hle/service/ns/ns_types.h
+++ b/src/core/hle/service/ns/ns_types.h
@@ -4,6 +4,7 @@
#pragma once
#include "common/common_funcs.h"
+#include "common/uuid.h"
#include "core/file_sys/romfs_factory.h"
namespace Service::NS {
@@ -54,6 +55,14 @@ struct ApplicationView {
u8 unk_x45[0xb]; ///< Unknown.
};
+struct ApplicationRightsOnClient {
+ u64 application_id;
+ Common::UUID uid;
+ u8 flags;
+ u8 flags2;
+ INSERT_PADDING_BYTES(0x6);
+};
+
/// NsPromotionInfo
struct PromotionInfo {
u64 start_timestamp; ///< POSIX timestamp for the promotion start.