mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
UWP: Missing gamepad reset caused control sticking (nw)
This commit is contained in:
parent
7cd5e850f5
commit
0ca7ac3b2a
@ -482,6 +482,11 @@ internal:
|
||||
}
|
||||
}
|
||||
|
||||
void Reset() override
|
||||
{
|
||||
memset(&state, 0, sizeof(state));
|
||||
}
|
||||
|
||||
void Configure()
|
||||
{
|
||||
// If the device has already been configured, don't do it again
|
||||
|
Loading…
Reference in New Issue
Block a user