From 71d928524ea6410cab3ddbb308d9609e999f046c Mon Sep 17 00:00:00 2001 From: dborth Date: Mon, 27 Apr 2009 07:16:13 +0000 Subject: [PATCH] finalize 2.0.0 --- readme.txt | 4 +--- source/ngc/preferences.cpp | 2 +- update.xml | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/readme.txt b/readme.txt index 7b0b60d..8bffb90 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/source/ngc/preferences.cpp b/source/ngc/preferences.cpp index bd784f7..a74a44c 100644 --- a/source/ngc/preferences.cpp +++ b/source/ngc/preferences.cpp @@ -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 diff --git a/update.xml b/update.xml index 944a21c..7579e65 100644 --- a/update.xml +++ b/update.xml @@ -1,4 +1,4 @@ - - + +