mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 10:39:18 +01:00
change update URL
This commit is contained in:
parent
40f7efd9c3
commit
da236e5f1a
@ -49,7 +49,7 @@ void UpdateCheck()
|
|||||||
updateChecked = true;
|
updateChecked = true;
|
||||||
u8 tmpbuffer[256];
|
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;
|
return;
|
||||||
|
|
||||||
mxml_node_t *xml;
|
mxml_node_t *xml;
|
||||||
|
@ -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>
|
|
Loading…
Reference in New Issue
Block a user