From 8e8438103805774b06ca70fcdc38693232bfc441 Mon Sep 17 00:00:00 2001 From: german77 Date: Sun, 26 Mar 2023 23:56:00 -0600 Subject: service: hid: Implement SetNpadJoyAssignmentModeSingleWithDestination Used by Let's Get Fit --- src/core/hle/service/hid/hid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/service/hid/hid.h') diff --git a/src/core/hle/service/hid/hid.h b/src/core/hle/service/hid/hid.h index c69e5f3fb..f247b83c2 100644 --- a/src/core/hle/service/hid/hid.h +++ b/src/core/hle/service/hid/hid.h @@ -151,6 +151,7 @@ private: void SwapNpadAssignment(HLERequestContext& ctx); void IsUnintendedHomeButtonInputProtectionEnabled(HLERequestContext& ctx); void EnableUnintendedHomeButtonInputProtection(HLERequestContext& ctx); + void SetNpadJoyAssignmentModeSingleWithDestination(HLERequestContext& ctx); void SetNpadAnalogStickUseCenterClamp(HLERequestContext& ctx); void SetNpadCaptureButtonAssignment(HLERequestContext& ctx); void ClearNpadCaptureButtonAssignment(HLERequestContext& ctx); -- cgit v1.2.3