diff options
| author | german77 <juangerman-13@hotmail.com> | 2021-06-11 14:35:35 -0500 |
|---|---|---|
| committer | german77 <juangerman-13@hotmail.com> | 2021-06-11 14:44:46 -0500 |
| commit | 827483409b253529086fce5788e5d1863ba6f2b3 (patch) | |
| tree | 4cf62975914d957e07d9d657d7facacc5affad1a /src/core/hle/service/hid/hid.h | |
| parent | 0c0c1a039ec73937db4bc24e0bcbc478e3e6704b (diff) | |
hid: Stub IsFirmwareUpdateAvailableForSixAxisSensor
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 aa3307955..83fc2ea1d 100644 --- a/src/core/hle/service/hid/hid.h +++ b/src/core/hle/service/hid/hid.h @@ -100,6 +100,7 @@ private: void GetGyroscopeZeroDriftMode(Kernel::HLERequestContext& ctx); void ResetGyroscopeZeroDriftMode(Kernel::HLERequestContext& ctx); void IsSixAxisSensorAtRest(Kernel::HLERequestContext& ctx); + void IsFirmwareUpdateAvailableForSixAxisSensor(Kernel::HLERequestContext& ctx); void ActivateGesture(Kernel::HLERequestContext& ctx); void SetSupportedNpadStyleSet(Kernel::HLERequestContext& ctx); void GetSupportedNpadStyleSet(Kernel::HLERequestContext& ctx); |
