diff options
| author | bunnei <bunneidev@gmail.com> | 2020-11-28 15:22:46 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-28 15:22:46 -0800 |
| commit | 312a8bd4b47d3d359b9e65031a82e657e9e3df3a (patch) | |
| tree | ef98f8b9826ccc7317cf8351be9860bce920115b /src/core/hle/service/hid/hid.h | |
| parent | e0d30fc920330f3c46d1533e9ca3f28656fa7f12 (diff) | |
| parent | 3898d8f0d7fc51c7337eae4aa174b9545d52157e (diff) | |
Merge pull request #5021 from german77/StubCommunicationMode
HID: Stub set and get NpadCommunicationMode
Diffstat (limited to 'src/core/hle/service/hid/hid.h')
| -rw-r--r-- | src/core/hle/service/hid/hid.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/hid.h b/src/core/hle/service/hid/hid.h index 1a73b8f73..b87bfdde1 100644 --- a/src/core/hle/service/hid/hid.h +++ b/src/core/hle/service/hid/hid.h @@ -145,6 +145,8 @@ private: void ResetSevenSixAxisSensorTimestamp(Kernel::HLERequestContext& ctx); void SetIsPalmaAllConnectable(Kernel::HLERequestContext& ctx); void SetPalmaBoostMode(Kernel::HLERequestContext& ctx); + void SetNpadCommunicationMode(Kernel::HLERequestContext& ctx); + void GetNpadCommunicationMode(Kernel::HLERequestContext& ctx); enum class VibrationDeviceType : u32 { LinearResonantActuator = 1, |
