mc.mitm: reset capture button state when dualshock 4 touchpad not pressed

This commit is contained in:
ndeadly 2023-10-13 10:00:11 +02:00
parent b7305638cd
commit de07f42f50

View file

@ -176,6 +176,8 @@ namespace ams::controller {
}
}
}
} else {
m_buttons.capture = 0;
}
if (m_enable_motion) {