Update net_http_test

This commit is contained in:
twinaphex 2018-03-15 00:38:30 +01:00
parent 9cac3175c3
commit 6bf34c36ed

View File

@ -37,7 +37,7 @@ int main(void)
if (!network_init()) if (!network_init())
return -1; 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)) while (!net_http_update(http1, &pos, &tot))
printf("%.9lu / %.9lu \r",pos,tot); printf("%.9lu / %.9lu \r",pos,tot);