mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 10:39:18 +01:00
update update.xml URL, add link to releases
This commit is contained in:
parent
35084c790b
commit
67deab812b
@ -9,6 +9,10 @@
|
||||
Visual Boy Advance GX is a modified port of VBA-M.
|
||||
With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube.
|
||||
|
||||
-=[ Releases ]=-
|
||||
|
||||
https://github.com/dborth/vba-wii/releases
|
||||
|
||||
-=[ Features ]=-
|
||||
|
||||
* Wiimote, Nunchuk, Classic, and Gamecube controller support
|
||||
|
@ -49,7 +49,7 @@ void UpdateCheck()
|
||||
updateChecked = true;
|
||||
u8 tmpbuffer[256];
|
||||
|
||||
if (http_request("http://vba-wii.googlecode.com/svn/trunk/update.xml", NULL, tmpbuffer, 256, SILENT) <= 0)
|
||||
if (http_request("http://raw.githubusercontent.com/dborth/vba-wii/master/update.xml", NULL, tmpbuffer, 256, SILENT) <= 0)
|
||||
return;
|
||||
|
||||
mxml_node_t *xml;
|
||||
|
Loading…
Reference in New Issue
Block a user