mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Merge pull request #4713 from fr500/master
mantain LAN rooms in the list after moving left/right
This commit is contained in:
commit
18e1a817b3
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user