finalize 2.0.9

This commit is contained in:
dborth 2009-01-27 22:10:52 +00:00
parent 0d402630db
commit ecf3a4c4d6
4 changed files with 15 additions and 5 deletions

View File

@ -103,7 +103,6 @@ $(BUILD):
@[ -d $@ ] || mkdir -p $@
@[ -d $(TARGETDIR) ] || mkdir -p $(TARGETDIR)
@make --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile.gc
@rm -fr $(OUTPUT).elf
#---------------------------------------------------------------------------------
clean:

View File

@ -1,7 +1,7 @@
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
- FCE Ultra GX -
Version 2.0.8
Version 2.0.9
http://code.google.com/p/fceugc
(Under GPL License)
@ -33,6 +33,17 @@ SNES9x GX project.
|0O×øo· UPDATE HISTORY ·oø×O0|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
[What's New 2.0.9 - January 27, 2009]
* Fixed a major memory corruption bug in FCE Ultra 0.98.12
* Faster SD/USB - new read-ahead cache
* Removed trigger of back to menu for Classic Controller right joystick
* Changed GameCube controller back to menu from A+Start to A+B+Z+Start
* Add option for horizontal-only video cropping
* Decreased minimum game size to 8 KB
* Fixed a bug with reading files < 2048 bytes
* Fixed some memory leaks, buffer overflows, etc
* Code cleanup, other general bugfixes
[What's New 2.0.8 - December 24, 2008]
* Fixed unstable SD card access
* Proper SD/USB hotswap (Wii only)

View File

@ -13,7 +13,7 @@
#define _FCEUGX_H_
#define APPNAME "FCE Ultra GX"
#define APPVERSION "2.0.8"
#define APPVERSION "2.0.9"
#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="2.0.8">
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%202.0.8%20-%20Wii.zip"></file>
<app version="2.0.9">
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%202.0.9%20-%20Wii.zip"></file>
</app>