mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-25 05:40:22 +00:00
mc.mitm: reset capture button state when dualshock 4 touchpad not pressed
This commit is contained in:
parent
b7305638cd
commit
de07f42f50
1 changed files with 2 additions and 0 deletions
|
@ -176,6 +176,8 @@ namespace ams::controller {
|
|||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
m_buttons.capture = 0;
|
||||
}
|
||||
|
||||
if (m_enable_motion) {
|
||||
|
|
Loading…
Reference in a new issue