mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-05 21:38:17 +01:00
finalize 3.0.6
This commit is contained in:
parent
87493335bb
commit
698cf4177d
14
readme.txt
14
readme.txt
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user