diff options
| author | lat9nq <lat9nq@gmail.com> | 2022-02-12 15:32:11 -0500 |
|---|---|---|
| committer | lat9nq <lat9nq@gmail.com> | 2022-02-12 15:42:50 -0500 |
| commit | c5d22952bf2f936bdb9ada0da43e05d5442b75ad (patch) | |
| tree | 7ec31d2eb0e7ea9216fa242a0e1a43c8abc40ff2 /src/core/hle/service/hid/hid.h | |
| parent | ca9da569ce8d5ce8106ff69afce484d9516570a8 (diff) | |
hid: Stub IsUsbFullKeyControllerEnabled
Used by Splatoon 2, when opening the inventory from a LAN battle lobby.
Reference: https://switchbrew.org/wiki/HID_services
Diffstat (limited to 'src/core/hle/service/hid/hid.h')
| -rw-r--r-- | src/core/hle/service/hid/hid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/hid.h b/src/core/hle/service/hid/hid.h index d290df161..c281081a7 100644 --- a/src/core/hle/service/hid/hid.h +++ b/src/core/hle/service/hid/hid.h @@ -159,6 +159,7 @@ private: void InitializeSevenSixAxisSensor(Kernel::HLERequestContext& ctx); void FinalizeSevenSixAxisSensor(Kernel::HLERequestContext& ctx); void ResetSevenSixAxisSensorTimestamp(Kernel::HLERequestContext& ctx); + void IsUsbFullKeyControllerEnabled(Kernel::HLERequestContext& ctx); void SetIsPalmaAllConnectable(Kernel::HLERequestContext& ctx); void SetPalmaBoostMode(Kernel::HLERequestContext& ctx); void SetNpadCommunicationMode(Kernel::HLERequestContext& ctx); |
