From 1fbc341aba7ee9b426fd291c737f318230759ad0 Mon Sep 17 00:00:00 2001 From: David Marcec Date: Wed, 29 Apr 2020 20:38:07 +1000 Subject: acc: Fix InitializeApplicationInfo We're not suppose to pop a u64, should just read the sent pid and check that --- src/core/hle/service/acc/acc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/service/acc/acc.h') diff --git a/src/core/hle/service/acc/acc.h b/src/core/hle/service/acc/acc.h index 7a7dc9ec6..c79aea16a 100644 --- a/src/core/hle/service/acc/acc.h +++ b/src/core/hle/service/acc/acc.h @@ -35,7 +35,7 @@ public: void GetProfileEditor(Kernel::HLERequestContext& ctx); private: - ResultCode InitializeApplicationInfoBase(u64 process_id); + ResultCode InitializeApplicationInfoBase(); enum class ApplicationType : u32_le { GameCard = 0, -- cgit v1.2.3