mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-07 14:28:18 +01:00
finalize 2.0.9
This commit is contained in:
parent
0d402630db
commit
ecf3a4c4d6
@ -103,7 +103,6 @@ $(BUILD):
|
|||||||
@[ -d $@ ] || mkdir -p $@
|
@[ -d $@ ] || mkdir -p $@
|
||||||
@[ -d $(TARGETDIR) ] || mkdir -p $(TARGETDIR)
|
@[ -d $(TARGETDIR) ] || mkdir -p $(TARGETDIR)
|
||||||
@make --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile.gc
|
@make --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile.gc
|
||||||
@rm -fr $(OUTPUT).elf
|
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
clean:
|
clean:
|
||||||
|
13
readme.txt
13
readme.txt
@ -1,7 +1,7 @@
|
|||||||
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
||||||
|
|
||||||
- FCE Ultra GX -
|
- FCE Ultra GX -
|
||||||
Version 2.0.8
|
Version 2.0.9
|
||||||
http://code.google.com/p/fceugc
|
http://code.google.com/p/fceugc
|
||||||
(Under GPL License)
|
(Under GPL License)
|
||||||
|
|
||||||
@ -33,6 +33,17 @@ SNES9x GX project.
|
|||||||
|0O×øo· UPDATE HISTORY ·oø×O0|
|
|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]
|
[What's New 2.0.8 - December 24, 2008]
|
||||||
* Fixed unstable SD card access
|
* Fixed unstable SD card access
|
||||||
* Proper SD/USB hotswap (Wii only)
|
* Proper SD/USB hotswap (Wii only)
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#define _FCEUGX_H_
|
#define _FCEUGX_H_
|
||||||
|
|
||||||
#define APPNAME "FCE Ultra GX"
|
#define APPNAME "FCE Ultra GX"
|
||||||
#define APPVERSION "2.0.8"
|
#define APPVERSION "2.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="2.0.8">
|
<app version="2.0.9">
|
||||||
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%202.0.8%20-%20Wii.zip"></file>
|
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%202.0.9%20-%20Wii.zip"></file>
|
||||||
</app>
|
</app>
|
||||||
|
Loading…
Reference in New Issue
Block a user