mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 03:55:46 +00:00
HID: reset acceleroeter and gyroscope index in Init
This commit is contained in:
parent
018f4ac971
commit
d678c306b8
1 changed files with 2 additions and 0 deletions
|
@ -320,6 +320,8 @@ void Init() {
|
|||
|
||||
next_pad_index = 0;
|
||||
next_touch_index = 0;
|
||||
next_accelerometer_index = 0;
|
||||
next_gyroscope_index = 0;
|
||||
|
||||
// Create event handles
|
||||
event_pad_or_touch_1 = Event::Create(ResetType::OneShot, "HID:EventPadOrTouch1");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue