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,15 +649,11 @@ void retro_set_controller_port_device(unsigned port, unsigned device)
{ {
if (port < 2) /* player 1-2 */ if (port < 2) /* player 1-2 */
{ {
if (device != RETRO_DEVICE_AUTO) { if (device != RETRO_DEVICE_AUTO)
printf("Non-auto mode\n");
update_nes_controllers(port, device); update_nes_controllers(port, device);
} else
else {
printf("automatic mode\n");
update_nes_controllers(port, nes_to_libretro(GameInfo->input[port])); update_nes_controllers(port, nes_to_libretro(GameInfo->input[port]));
} }
}
else else
{ {
if (port < 4) /* player 3-4 */ if (port < 4) /* player 3-4 */