resume game immediately if it was already underway

This commit is contained in:
radius 2017-05-27 20:21:44 -05:00
parent 0dc55a34d9
commit f019b434ef
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ static void netplay_crc_scan_callback(void *task_data,
{
RARCH_LOG("[lobby] loading core %s with current content\n", state->core_path);
command_event(CMD_EVENT_NETPLAY_INIT_DIRECT, state->hostname);
command_event(CMD_EVENT_RESUME, NULL);
}
/* no match found */
else