finalize 3.0.6

This commit is contained in:
dborth 2009-07-09 22:33:55 +00:00
parent 87493335bb
commit 698cf4177d
3 changed files with 16 additions and 4 deletions

View File

@ -1,7 +1,7 @@
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
- FCE Ultra GX -
Version 3.0.5
Version 3.0.6
http://code.google.com/p/fceugc
(Under GPL License)
@ -32,6 +32,18 @@ Wii/GameCube.
|0O×øo· UPDATE HISTORY ·oø×O0|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
[3.0.6 - July 9, 2009]
* Faster SMB/USB browsing
* Last browsed folder is now remembered
* Fixed controller mapping reset button
* Fixed no sound on GameCube version
* Directory names are no longer altered
* Preferences now only saved on exit
* Fixed on-screen keyboard glitches
* RAM auto-saved on power-off from within a game
* Prevent 7z lockups, better 7z error messages
[3.0.5 - June 30, 2009]
* Fixed auto-update

View File

@ -15,7 +15,7 @@
#include <unistd.h>
#define APPNAME "FCE Ultra GX"
#define APPVERSION "3.0.5"
#define APPVERSION "3.0.6"
#define PREF_FILE_NAME "settings.xml"
#define NOTSILENT 0

View File

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