mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 07:11:04 +00:00
HID: Signal gyroscope on initialization.
- Fix for ZMM
This commit is contained in:
parent
a5b33e352b
commit
fb52ee9cc7
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user