mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-08 06:40:45 +01:00
finalize 3.1.5
This commit is contained in:
parent
e10467ab66
commit
d3e598c594
10
readme.txt
10
readme.txt
@ -1,7 +1,7 @@
|
|||||||
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
||||||
|
|
||||||
- FCE Ultra GX -
|
- FCE Ultra GX -
|
||||||
Version 3.1.4
|
Version 3.1.5
|
||||||
http://code.google.com/p/fceugc
|
http://code.google.com/p/fceugc
|
||||||
(Under GPL License)
|
(Under GPL License)
|
||||||
|
|
||||||
@ -26,13 +26,19 @@ Wii/GameCube.
|
|||||||
* Turbo Mode - up to 2x the normal speed
|
* Turbo Mode - up to 2x the normal speed
|
||||||
* Cheat support (.CHT files and Game Genie)
|
* 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.2+
|
* NES Compatibility Based on FCEUX 2.1.3
|
||||||
* Open Source!
|
* Open Source!
|
||||||
|
|
||||||
×—–—–—–—– –—–—–—–—–—–—–—–—–—–— —–—–—–—–—–—–—–—-—–-–•¬
|
×—–—–—–—– –—–—–—–—–—–—–—–—–—–— —–—–—–—–—–—–—–—-—–-–•¬
|
||||||
|0O×øo· UPDATE HISTORY ·oø×O0|
|
|0O×øo· UPDATE HISTORY ·oø×O0|
|
||||||
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
||||||
|
|
||||||
|
[3.1.5 - April 9, 2010]
|
||||||
|
|
||||||
|
* Most 3rd party controllers should work now (you're welcome!)
|
||||||
|
* Translation updates (German and Dutch)
|
||||||
|
* Other minor changes
|
||||||
|
|
||||||
[3.1.4 - March 30, 2010]
|
[3.1.4 - March 30, 2010]
|
||||||
|
|
||||||
* DVD / USB 2.0 support via IOS 202. DVDx support has been dropped. It is
|
* DVD / USB 2.0 support via IOS 202. DVDx support has been dropped. It is
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#include "fceultra/driver.h"
|
#include "fceultra/driver.h"
|
||||||
|
|
||||||
#define APPNAME "FCE Ultra GX"
|
#define APPNAME "FCE Ultra GX"
|
||||||
#define APPVERSION "3.1.4"
|
#define APPVERSION "3.1.5"
|
||||||
#define APPFOLDER "fceugx"
|
#define APPFOLDER "fceugx"
|
||||||
#define PREF_FILE_NAME "settings.xml"
|
#define PREF_FILE_NAME "settings.xml"
|
||||||
|
|
||||||
|
@ -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.1.4">
|
<app version="3.1.5">
|
||||||
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%203.1.4.zip"></file>
|
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%203.1.5.zip"></file>
|
||||||
</app>
|
</app>
|
||||||
|
Loading…
Reference in New Issue
Block a user