change update URL

This commit is contained in:
Daryl Borth 2016-06-25 10:56:20 -06:00
parent 40f7efd9c3
commit da236e5f1a
2 changed files with 1 additions and 5 deletions

View File

@ -49,7 +49,7 @@ void UpdateCheck()
updateChecked = true;
u8 tmpbuffer[256];
if (http_request("http://raw.githubusercontent.com/dborth/vba-wii/master/update.xml", NULL, tmpbuffer, 256, SILENT) <= 0)
if (http_request("http://www.wiimc.org/files/vbagx-update.xml", NULL, tmpbuffer, 256, SILENT) <= 0)
return;
mxml_node_t *xml;

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<app version="2.2.8">
<file url="http://github.com/dborth/vba-wii/releases/download/2.2.8/Visual.Boy.Advance.GX.2.2.8.zip"></file>
</app>