finalize 3.3.0

This commit is contained in:
dborth 2012-07-06 20:45:52 +00:00
parent 73d0737f97
commit 9bf59c54dd
4 changed files with 13 additions and 5 deletions

View File

@ -2,8 +2,8 @@
<app version="1">
<name>FCE Ultra GX</name>
<coder>Tantric</coder>
<version>3.2.9</version>
<release_date>20120125</release_date>
<version>3.3.0</version>
<release_date>20120706</release_date>
<short_description>Nintendo Emulator</short_description>
<long_description>A port of FCE Ultra to the Wii.</long_description>
<ahb_access />

View File

@ -33,6 +33,14 @@ Wii/GameCube.
|0O×øo· UPDATE HISTORY ·oø×O0|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
[3.3.0 - July 6, 2012]
* Support for newer Wiimotes
* Fixed screen flicker when going back to menu
* Improved controller behavior - allow two directions to be pressed simultaneously
* Updated core to latest FCEUX (r2522)
* Compiled with devkitPPC r26 and libogc 1.8.11
[3.2.9 - January 25, 2012]
* Fixed zapper support

View File

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

View File

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