From b107435a3fbdd7b34baf23c87e3c3bc6a9a6e6ac Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 20 Feb 2024 18:40:04 -0500 Subject: ns: fix alignment of uid type --- src/core/hle/service/ns/application_manager_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/service/ns/application_manager_interface.h') diff --git a/src/core/hle/service/ns/application_manager_interface.h b/src/core/hle/service/ns/application_manager_interface.h index 350ec37ce..f33d269b3 100644 --- a/src/core/hle/service/ns/application_manager_interface.h +++ b/src/core/hle/service/ns/application_manager_interface.h @@ -37,7 +37,7 @@ public: InArray application_ids); Result GetApplicationRightsOnClient( OutArray out_rights, Out out_count, - Common::UUID account_id, u32 flags, u64 application_id); + u32 flags, u64 application_id, Uid account_id); Result CheckSdCardMountStatus(); Result GetSdCardMountStatusChangedEvent(OutCopyHandle out_event); Result GetFreeSpaceSize(Out out_free_space_size, FileSys::StorageId storage_id); -- cgit v1.2.3