mirror of https://github.com/snes9xgit/snes9x.git
commit
4e7beef0f0
|
@ -575,6 +575,8 @@ void retro_set_controller_port_device(unsigned port, unsigned device)
|
||||||
log_cb(RETRO_LOG_ERROR, "Invalid device (%d).\n", device);
|
log_cb(RETRO_LOG_ERROR, "Invalid device (%d).\n", device);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
S9xControlsSoftReset();
|
||||||
}
|
}
|
||||||
else if(device != RETRO_DEVICE_NONE)
|
else if(device != RETRO_DEVICE_NONE)
|
||||||
log_cb(RETRO_LOG_INFO, "Nonexistent Port (%d).\n", port);
|
log_cb(RETRO_LOG_INFO, "Nonexistent Port (%d).\n", port);
|
||||||
|
|
Loading…
Reference in New Issue