onepad: fix a pad regression on odin sphere

This commit is contained in:
Gregory Hainaut 2016-09-30 10:24:28 +02:00
parent a6eb615431
commit fc32b749dd
1 changed files with 2 additions and 1 deletions

View File

@ -195,8 +195,9 @@ u8 pad_poll(u8 value)
if (pad->config) {
// In config mode. Might not actually be leaving it.
query.set_result(ConfigExit);
return 0xF3;
}
break;
// fallthrough on purpose (but I don't know why)
case CMD_READ_DATA_AND_VIBRATE: {
query.response[2] = 0x5A;