diff --git a/hbc/icon.png b/hbc/icon.png
new file mode 100644
index 0000000..1ce1fc8
Binary files /dev/null and b/hbc/icon.png differ
diff --git a/hbc/meta.xml b/hbc/meta.xml
new file mode 100644
index 0000000..b3a444d
--- /dev/null
+++ b/hbc/meta.xml
@@ -0,0 +1,9 @@
+
+
+ Visual Boy Advance GX
+ Tantric
+ 2.0.8
+ 20091007
+ GBA/GBC/GB Emulator
+ A port of Visual Boy Advance - M to the Wii.
+
diff --git a/readme.txt b/readme.txt
index 5a29ebb..061d81b 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,7 +1,7 @@
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
- Visual Boy Advance GX -
- Version 2.0.7
+ Version 2.0.8
http://code.google.com/p/vba-wii
(Under GPL License)
@@ -28,6 +28,14 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube.
|0O×øo· UPDATE HISTORY ·oø×O0|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
+[2.0.8 - October 7, 2009]
+
+* Revamped filebrowser and file I/O
+* Fixed MBC2 saving/loading
+* Fixed some GB-Z80 instructions
+* DVD loading in GameCube should work now (untested and unsupported)
+* Many, many other bug fixes
+
[2.0.7 - September 16, 2009]
* Text rendering corrections
diff --git a/source/ngc/preferences.cpp b/source/ngc/preferences.cpp
index 0aae3ca..4be4a80 100644
--- a/source/ngc/preferences.cpp
+++ b/source/ngc/preferences.cpp
@@ -446,7 +446,8 @@ decodePrefsData ()
result = false;
else if(verMajor < 2) // less than version 2.0.0
result = false; // reset settings (sorry, should update settings instead)
- else if(verMajor > curMajor || verMinor > curMinor || verPoint > curPoint) // some future version
+ else if((verMajor*100 + verMinor*10 + verPoint) >
+ (curMajor*100 + curMinor*10 + curPoint)) // some future version
result = false; // reset settings
else
result = true;
diff --git a/source/ngc/vba.h b/source/ngc/vba.h
index 49dbca8..a5f650e 100644
--- a/source/ngc/vba.h
+++ b/source/ngc/vba.h
@@ -16,7 +16,7 @@
#include "filelist.h"
#define APPNAME "Visual Boy Advance GX"
-#define APPVERSION "2.0.7"
+#define APPVERSION "2.0.8"
#define APPFOLDER "vbagx"
#define PREF_FILE_NAME "settings.xml"
#define PAL_FILE_NAME "palettes.xml"
diff --git a/update.xml b/update.xml
index e20b30b..435c3d8 100644
--- a/update.xml
+++ b/update.xml
@@ -1,4 +1,4 @@
-
-
+
+