From 67deab812b45f10d3f3a2459c88d11e756aaed65 Mon Sep 17 00:00:00 2001 From: Daryl Borth Date: Mon, 6 Jun 2016 20:35:06 -0600 Subject: [PATCH] update update.xml URL, add link to releases --- readme.txt | 4 ++++ source/networkop.cpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 7ffe100..35f001a 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/source/networkop.cpp b/source/networkop.cpp index 6b02622..7634d1c 100644 --- a/source/networkop.cpp +++ b/source/networkop.cpp @@ -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;