mirror of
https://github.com/dborth/fceugx.git
synced 2024-12-04 22:34:14 +01:00
finalize 3.2.3
This commit is contained in:
parent
ec93d4f2b3
commit
d35f6fa5b8
@ -2,8 +2,8 @@
|
||||
<app version="1">
|
||||
<name>FCE Ultra GX</name>
|
||||
<coder>Tantric</coder>
|
||||
<version>3.2.2</version>
|
||||
<release_date>20100814</release_date>
|
||||
<version>3.2.3</version>
|
||||
<release_date>20101007</release_date>
|
||||
<short_description>Nintendo Emulator</short_description>
|
||||
<long_description>A port of FCE Ultra to the Wii.</long_description>
|
||||
<no_ios_reload/>
|
||||
|
@ -32,6 +32,15 @@ Wii/GameCube.
|
||||
|0O×øo· UPDATE HISTORY ·oø×O0|
|
||||
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
||||
|
||||
[3.2.3 - October 7, 2010]
|
||||
|
||||
* Sync with upstream SVN - fixes a few specific game issues
|
||||
* Fixed "blank listing" issue for SMB
|
||||
* Improved USB compatibility and speed
|
||||
* Added Portuguese and Brazilian Portuguese translations
|
||||
* Channel updated (improved USB compatibility)
|
||||
* Other minor changes
|
||||
|
||||
[3.2.2 - August 14, 2010]
|
||||
|
||||
* IOS 202 support removed
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "fceultra/driver.h"
|
||||
|
||||
#define APPNAME "FCE Ultra GX"
|
||||
#define APPVERSION "3.2.2"
|
||||
#define APPVERSION "3.2.3"
|
||||
#define APPFOLDER "fceugx"
|
||||
#define PREF_FILE_NAME "settings.xml"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<app version="3.2.2">
|
||||
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%203.2.2.zip"></file>
|
||||
<app version="3.2.3">
|
||||
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%203.2.3.zip"></file>
|
||||
</app>
|
||||
|
Loading…
Reference in New Issue
Block a user