Proper fix for VS Unisystem input not working with some games.

This commit is contained in:
retro-wertz
2017-09-30 12:00:33 +08:00
parent c645949592
commit c4c67b4b08
2 changed files with 3 additions and 8 deletions

View File

@@ -1178,9 +1178,6 @@ static void FCEUD_UpdateInput(void)
}
}
if (GameInfo->type == GIT_VSUNI)
FCEU_VSUniSwap(&pad[0], &pad[1]);
JSReturn[0] = pad[0] | (pad[1] << 8) | (pad[2] << 16) | (pad[3] << 24);
if (t[0] == RETRO_DEVICE_MOUSE || t[1] == RETRO_DEVICE_MOUSE)