From ecc8ccc9d32fb0ee9741b748837c0e2b410789e0 Mon Sep 17 00:00:00 2001 From: David Marcec Date: Tue, 12 May 2020 01:01:50 +1000 Subject: Stub SendKeyboardLockKeyEvent Needed for Puchikon 4 SmileBASIC 1.0.0 --- 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 23552efb1..c8ed4ad8b 100644 --- a/src/core/hle/service/hid/hid.h +++ b/src/core/hle/service/hid/hid.h @@ -130,6 +130,7 @@ private: void SetPalmaBoostMode(Kernel::HLERequestContext& ctx); void StopSevenSixAxisSensor(Kernel::HLERequestContext& ctx); void InitializeSevenSixAxisSensor(Kernel::HLERequestContext& ctx); + void SendKeyboardLockKeyEvent(Kernel::HLERequestContext& ctx); std::shared_ptr applet_resource; Core::System& system; -- cgit v1.2.3