mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 16:20:27 +00:00
Fix fall-through
This commit is contained in:
parent
cf4084c829
commit
c8a134818a
@ -1685,8 +1685,10 @@ bool rarch_environment_cb(unsigned cmd, void *data)
|
||||
{
|
||||
struct retro_led_interface *ledintf =
|
||||
(struct retro_led_interface *)data;
|
||||
ledintf->set_led_state = led_driver_set_led;
|
||||
if (ledintf)
|
||||
ledintf->set_led_state = led_driver_set_led;
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
RARCH_LOG("Environ UNSUPPORTED (#%u).\n", cmd);
|
||||
|
Loading…
x
Reference in New Issue
Block a user