mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 00:15:10 +01:00
finalize 2.0.0
This commit is contained in:
parent
19b0209048
commit
71d928524e
@ -28,7 +28,7 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube.
|
||||
|0O×øo· UPDATE HISTORY ·oø×O0|
|
||||
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
||||
|
||||
[2.0.0]
|
||||
[2.0.0 - April 27, 2009]
|
||||
* New GX-based menu, with a completely redesigned layout. Has Wiimote IR
|
||||
support, sounds, graphics, animation effects, and more
|
||||
* Thanks to the3seashells for designing some top-notch artwork, to
|
||||
@ -41,7 +41,6 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube.
|
||||
screenshots for Snapshot saves, and save dates/times
|
||||
* Added video shifting option
|
||||
* Added video mode selection (recommended to leave on Automatic)
|
||||
* ROM filenames are now displayed shortened by removing rubbish from name
|
||||
* USB Mouse support (buttons only)
|
||||
* Keyboard shift key bug fixed
|
||||
* Built-in 14 colour palettes for some monochrome gameboy games (Magnetic
|
||||
@ -53,7 +52,6 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube.
|
||||
* Mortal Kombat games now have many extra characters to choose
|
||||
* Wii Controls for more Teenage Mutant Ninja Turtles games
|
||||
* Improved Lego Star Wars controls
|
||||
* Zelda cheat button removed
|
||||
* Boktai menu now tells you when there can't be sun because it is night
|
||||
* Minor bug fixes
|
||||
|
||||
|
@ -266,7 +266,7 @@ decodePrefsData (int method)
|
||||
verMinor >= 0 && verMinor <= 9 &&
|
||||
verPoint >= 0 && verPoint <= 9))
|
||||
result = false;
|
||||
else if(verPoint < 8 && verMajor == 1) // less than version 1.0.8
|
||||
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
|
||||
result = false; // reset settings
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<app version="1.0.8">
|
||||
<file url="http://vba-wii.googlecode.com/files/Visual%20Boy%20Advance%20GX%201.0.9%20-%20Wii.zip"></file>
|
||||
<app version="2.0.0">
|
||||
<file url="http://vba-wii.googlecode.com/files/Visual%20Boy%20Advance%20GX%202.0.0%20-%20Wii.zip"></file>
|
||||
</app>
|
||||
|
Loading…
Reference in New Issue
Block a user