diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/hid/hid.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/hid.cpp b/src/core/hle/service/hid/hid.cpp index 9bca97c1c..f14ab3811 100644 --- a/src/core/hle/service/hid/hid.cpp +++ b/src/core/hle/service/hid/hid.cpp | |||
| @@ -320,6 +320,8 @@ void Init() { | |||
| 320 | 320 | ||
| 321 | next_pad_index = 0; | 321 | next_pad_index = 0; |
| 322 | next_touch_index = 0; | 322 | next_touch_index = 0; |
| 323 | next_accelerometer_index = 0; | ||
| 324 | next_gyroscope_index = 0; | ||
| 323 | 325 | ||
| 324 | // Create event handles | 326 | // Create event handles |
| 325 | event_pad_or_touch_1 = Event::Create(ResetType::OneShot, "HID:EventPadOrTouch1"); | 327 | event_pad_or_touch_1 = Event::Create(ResetType::OneShot, "HID:EventPadOrTouch1"); |