libretro: Check 'environ_cb' in controller setters
authorAdrien Plazas <kekun.plazas@laposte.net>
Fri, 29 Jul 2016 22:56:59 +0000 (00:56 +0200)
committerAdrien Plazas <kekun.plazas@laposte.net>
Fri, 29 Jul 2016 23:03:27 +0000 (01:03 +0200)
Check that 'environ_cb' is valid before using it in update_multitap()
and update_controller_port_device() as they may be called from
retro_set_controller_port_device() before 'environ_cb' is set.


No differences found