Remove leftover lines
This commit is contained in:
@@ -649,14 +649,10 @@ 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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user