mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
update url
This commit is contained in:
parent
90f352806f
commit
8a1fb24fe9
@ -3382,7 +3382,7 @@ finish:
|
||||
static int action_ok_push_netplay_refresh_rooms(const char *path,
|
||||
const char *label, unsigned type, size_t idx, size_t entry_idx)
|
||||
{
|
||||
char url [2048] = "http://lobby.libretro.com/";
|
||||
char url [2048] = "http://lobby.libretro.com/raw/";
|
||||
task_push_http_transfer(url, true, NULL, netplay_refresh_rooms_cb, NULL);
|
||||
return 0;
|
||||
}
|
||||
|
@ -409,7 +409,7 @@ static void netplay_announce()
|
||||
content_get_crc(&content_crc_ptr);
|
||||
|
||||
runloop_ctl(RUNLOOP_CTL_SYSTEM_INFO_GET, &system);
|
||||
char url [2048] = "http://lobby.libretro.com/?";
|
||||
char url [2048] = "http://lobby.libretro.com/raw/?";
|
||||
char buf [2048];
|
||||
buf[0] = '\0';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user