update update.xml URL, add link to releases

This commit is contained in:
Daryl Borth 2016-06-06 20:35:06 -06:00
parent 35084c790b
commit 67deab812b
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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;