Remove leftover lines

This commit is contained in:
retro-wertz
2018-11-23 02:18:16 +08:00
parent b929147612
commit 53b7fc4ae7

View File

@@ -649,14 +649,10 @@ void retro_set_controller_port_device(unsigned port, unsigned device)
{
if (port < 2) /* player 1-2 */
{
if (device != RETRO_DEVICE_AUTO) {
printf("Non-auto mode\n");
if (device != RETRO_DEVICE_AUTO)
update_nes_controllers(port, device);
}
else {
printf("automatic mode\n");
else
update_nes_controllers(port, nes_to_libretro(GameInfo->input[port]));
}
}
else
{