From 92fcc6d15a1bf2f3db4e8409bf751a5ec08fa32e Mon Sep 17 00:00:00 2001 From: David Marcec Date: Wed, 7 Nov 2018 11:45:01 +1100 Subject: Implement acc:TrySelectUserWithoutInteraction Needed for Shantae - Half-Genie Hero - Ultimate Edition! --- src/core/hle/service/acc/acc.h | 1 + 1 file changed, 1 insertion(+) (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 c7ed74351..89b2104fa 100644 --- a/src/core/hle/service/acc/acc.h +++ b/src/core/hle/service/acc/acc.h @@ -27,6 +27,7 @@ public: void InitializeApplicationInfo(Kernel::HLERequestContext& ctx); void GetBaasAccountManagerForApplication(Kernel::HLERequestContext& ctx); void IsUserRegistrationRequestPermitted(Kernel::HLERequestContext& ctx); + void TrySelectUserWithoutInteraction(Kernel::HLERequestContext& ctx); protected: std::shared_ptr module; -- cgit v1.2.3