mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-07 14:28:18 +01:00
finalize 3.0.9
This commit is contained in:
parent
100263673a
commit
9ed55ce0d7
11
readme.txt
11
readme.txt
@ -1,7 +1,7 @@
|
|||||||
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
||||||
|
|
||||||
- FCE Ultra GX -
|
- FCE Ultra GX -
|
||||||
Version 3.0.8
|
Version 3.0.9
|
||||||
http://code.google.com/p/fceugc
|
http://code.google.com/p/fceugc
|
||||||
(Under GPL License)
|
(Under GPL License)
|
||||||
|
|
||||||
@ -33,6 +33,15 @@ Wii/GameCube.
|
|||||||
|0O×øo· UPDATE HISTORY ·oø×O0|
|
|0O×øo· UPDATE HISTORY ·oø×O0|
|
||||||
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
||||||
|
|
||||||
|
[3.0.9 - September 16, 2009]
|
||||||
|
|
||||||
|
* Text rendering corrections
|
||||||
|
* SMB improvements
|
||||||
|
* Updated to latest FCEUX SVN
|
||||||
|
* Built with latest libraries
|
||||||
|
* Video mode switching now works properly
|
||||||
|
* Other minor bugfixes and cleanup
|
||||||
|
|
||||||
[3.0.8 - July 31, 2009]
|
[3.0.8 - July 31, 2009]
|
||||||
|
|
||||||
* Fixed menu crash
|
* Fixed menu crash
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#include "driver.h"
|
#include "driver.h"
|
||||||
|
|
||||||
#define APPNAME "FCE Ultra GX"
|
#define APPNAME "FCE Ultra GX"
|
||||||
#define APPVERSION "3.0.8"
|
#define APPVERSION "3.0.9"
|
||||||
#define PREF_FILE_NAME "settings.xml"
|
#define PREF_FILE_NAME "settings.xml"
|
||||||
|
|
||||||
#define NOTSILENT 0
|
#define NOTSILENT 0
|
||||||
|
@ -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.0.8">
|
<app version="3.0.9">
|
||||||
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%203.0.8%20-%20Wii.zip"></file>
|
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%203.0.9%20-%20Wii.zip"></file>
|
||||||
</app>
|
</app>
|
||||||
|
Loading…
Reference in New Issue
Block a user