HID: Signal gyroscope on initialization.

- Fix for ZMM
This commit is contained in:
bunnei 2015-02-18 17:22:53 -05:00 committed by Darius Goad
parent a5b33e352b
commit fb52ee9cc7

View File

@ -132,6 +132,8 @@ void HIDInit() {
g_event_accelerometer = Event::Create(RESETTYPE_ONESHOT, "HID:EventAccelerometer");
g_event_gyroscope = Event::Create(RESETTYPE_ONESHOT, "HID:EventGyroscope");
g_event_debug_pad = Event::Create(RESETTYPE_ONESHOT, "HID:EventDebugPad");
g_event_gyroscope->Signal();
}
void HIDShutdown() {