mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 00:15:10 +01:00
change update URL
This commit is contained in:
parent
40f7efd9c3
commit
da236e5f1a
@ -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;
|
||||
|
@ -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