finalize 3.1.5

This commit is contained in:
dborth 2010-04-09 22:50:32 +00:00
parent e10467ab66
commit d3e598c594
3 changed files with 11 additions and 5 deletions

View File

@ -1,7 +1,7 @@
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤ ¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
- FCE Ultra GX - - FCE Ultra GX -
Version 3.1.4 Version 3.1.5
http://code.google.com/p/fceugc http://code.google.com/p/fceugc
(Under GPL License) (Under GPL License)
@ -26,13 +26,19 @@ Wii/GameCube.
* Turbo Mode - up to 2x the normal speed * Turbo Mode - up to 2x the normal speed
* Cheat support (.CHT files and Game Genie) * Cheat support (.CHT files and Game Genie)
* IPS/UPS/PPF automatic patching support * IPS/UPS/PPF automatic patching support
* NES Compatibility Based on FCEUX 2.1.2+ * NES Compatibility Based on FCEUX 2.1.3
* Open Source! * Open Source!
×—–­—–­—–­—–­ –­—–­—–­—–­—–­—–­—–­—–­—–­—–­— ­—–­—–­—–­—–­—–­—–­—–­—-­—–­-–•¬ ×—–­—–­—–­—–­ –­—–­—–­—–­—–­—–­—–­—–­—–­—–­— ­—–­—–­—–­—–­—–­—–­—–­—-­—–­-–•¬
|0O×øo· UPDATE HISTORY ·oø×O0| |0O×øo· UPDATE HISTORY ·oø×O0|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨' `¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
[3.1.5 - April 9, 2010]
* Most 3rd party controllers should work now (you're welcome!)
* Translation updates (German and Dutch)
* Other minor changes
[3.1.4 - March 30, 2010] [3.1.4 - March 30, 2010]
* DVD / USB 2.0 support via IOS 202. DVDx support has been dropped. It is * DVD / USB 2.0 support via IOS 202. DVDx support has been dropped. It is

View File

@ -17,7 +17,7 @@
#include "fceultra/driver.h" #include "fceultra/driver.h"
#define APPNAME "FCE Ultra GX" #define APPNAME "FCE Ultra GX"
#define APPVERSION "3.1.4" #define APPVERSION "3.1.5"
#define APPFOLDER "fceugx" #define APPFOLDER "fceugx"
#define PREF_FILE_NAME "settings.xml" #define PREF_FILE_NAME "settings.xml"

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<app version="3.1.4"> <app version="3.1.5">
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%203.1.4.zip"></file> <file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%203.1.5.zip"></file>
</app> </app>