mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 02:00:41 +00:00
Update net_http_test
This commit is contained in:
parent
9cac3175c3
commit
6bf34c36ed
@ -37,7 +37,7 @@ int main(void)
|
||||
if (!network_init())
|
||||
return -1;
|
||||
|
||||
http1 = net_http_new("http://buildbot.libretro.com/nightly/win-x86/latest/mednafen_psx_libretro.dll.zip");
|
||||
http1 = net_http_new("http://buildbot.libretro.com/nightly/windows/x86_64/latest/mednafen_psx_libretro.dll.zip");
|
||||
|
||||
while (!net_http_update(http1, &pos, &tot))
|
||||
printf("%.9lu / %.9lu \r",pos,tot);
|
||||
|
Loading…
Reference in New Issue
Block a user