Fix the reset command not closing the menu
This commit is contained in:
parent
bc59b0345d
commit
af2f679ff5
|
@ -1862,7 +1862,7 @@ bool command_event(enum event_command cmd, void *data)
|
||||||
#if HAVE_NETWORKING
|
#if HAVE_NETWORKING
|
||||||
netplay_driver_ctl(RARCH_NETPLAY_CTL_RESET, NULL);
|
netplay_driver_ctl(RARCH_NETPLAY_CTL_RESET, NULL);
|
||||||
#endif
|
#endif
|
||||||
break;
|
return false;
|
||||||
case CMD_EVENT_SAVE_STATE:
|
case CMD_EVENT_SAVE_STATE:
|
||||||
{
|
{
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
|
|
Loading…
Reference in New Issue