mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-07 14:28:18 +01:00
finalize 3.0.8
This commit is contained in:
parent
cb3022377d
commit
4692b248a4
13
readme.txt
13
readme.txt
@ -1,7 +1,7 @@
|
|||||||
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
||||||
|
|
||||||
- FCE Ultra GX -
|
- FCE Ultra GX -
|
||||||
Version 3.0.7
|
Version 3.0.8
|
||||||
http://code.google.com/p/fceugc
|
http://code.google.com/p/fceugc
|
||||||
(Under GPL License)
|
(Under GPL License)
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ Wii/GameCube.
|
|||||||
* 16:9 widescreen support
|
* 16:9 widescreen support
|
||||||
* Original/filtered/unfiltered video modes
|
* Original/filtered/unfiltered video modes
|
||||||
* Turbo Mode - up to 2x the normal speed
|
* Turbo Mode - up to 2x the normal speed
|
||||||
* Cheat support (.CHT files)
|
* Cheat support (.CHT files and Game Genie)
|
||||||
* IPS/UPS/PPF automatic patching support
|
* IPS/UPS/PPF automatic patching support
|
||||||
* NES Compatibility Based on FCEUX 2.1.0a
|
* NES Compatibility Based on FCEUX 2.1.0a
|
||||||
* Open Source!
|
* Open Source!
|
||||||
@ -33,6 +33,15 @@ Wii/GameCube.
|
|||||||
|0O×øo· UPDATE HISTORY ·oø×O0|
|
|0O×øo· UPDATE HISTORY ·oø×O0|
|
||||||
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
||||||
|
|
||||||
|
[3.0.8 - July 31, 2009]
|
||||||
|
|
||||||
|
* Fixed menu crash
|
||||||
|
* Fixed turbo mode - reduced to frameskip of 1
|
||||||
|
* Fixed .CHT file support
|
||||||
|
* Added Game Genie support - required GG rom placed at /fceugx/gg.rom
|
||||||
|
* FDS BIOS location changed to /fceugx/disksys.rom
|
||||||
|
* DVD file limit of 2000 removed
|
||||||
|
|
||||||
[3.0.7 - July 24, 2009]
|
[3.0.7 - July 24, 2009]
|
||||||
|
|
||||||
* Core upgraded to FCEUX 2.1.0a - improved game compatibility
|
* Core upgraded to FCEUX 2.1.0a - improved game compatibility
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#include "driver.h"
|
#include "driver.h"
|
||||||
|
|
||||||
#define APPNAME "FCE Ultra GX"
|
#define APPNAME "FCE Ultra GX"
|
||||||
#define APPVERSION "3.0.7"
|
#define APPVERSION "3.0.8"
|
||||||
#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.7">
|
<app version="3.0.8">
|
||||||
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%203.0.7%20-%20Wii.zip"></file>
|
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%203.0.8%20-%20Wii.zip"></file>
|
||||||
</app>
|
</app>
|
||||||
|
Loading…
Reference in New Issue
Block a user