mantain LAN rooms in the list after moving left/right

This commit is contained in:
radius 2017-02-28 11:10:17 -05:00
parent 57e0e30600
commit eba92bd3ca
1 changed files with 2 additions and 0 deletions

View File

@ -3389,6 +3389,7 @@ static int action_ok_push_scan_file(const char *path,
static void netplay_refresh_rooms_cb(void *task_data, void *user_data, const char *err)
{
char buf[PATH_MAX_LENGTH];
RARCH_LOG("Refreshing rooms...\n");
http_transfer_data_t *data = (http_transfer_data_t*)task_data;
@ -3565,6 +3566,7 @@ finish:
MENU_ROOM, 0, 0);
k++;
}
netplay_room_count += lan_room_count;
}
}
}