1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-01 16:13:40 +00:00
This commit is contained in:
Twinaphex 2017-05-11 07:37:20 +02:00
parent 2906bec7a8
commit cc9e951b44

@ -1206,12 +1206,8 @@ void input_driver_deinit_remote(void)
{
#ifdef HAVE_NETWORKGAMEPAD
if (input_driver_remote)
{
settings_t *settings = config_get_ptr();
input_remote_free(input_driver_remote,
input_driver_max_users);
}
input_driver_remote = NULL;
#endif
}