mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-09 15:19:26 +01:00
finalize 3.2.7
This commit is contained in:
parent
f609c0f7cd
commit
f35be78cc5
@ -2,8 +2,8 @@
|
||||
<app version="1">
|
||||
<name>FCE Ultra GX</name>
|
||||
<coder>Tantric</coder>
|
||||
<version>3.2.6</version>
|
||||
<release_date>20110515</release_date>
|
||||
<version>3.2.7</version>
|
||||
<release_date>20120114</release_date>
|
||||
<short_description>Nintendo Emulator</short_description>
|
||||
<long_description>A port of FCE Ultra to the Wii.</long_description>
|
||||
<no_ios_reload/>
|
||||
|
10
readme.txt
10
readme.txt
@ -26,13 +26,19 @@ Wii/GameCube.
|
||||
* Cheat support (.CHT files and Game Genie)
|
||||
* Famicom 3D System support
|
||||
* IPS/UPS automatic patching support
|
||||
* NES Compatibility Based on FCEUX 2.1.4
|
||||
* NES Compatibility Based on FCEUX 2.1.5
|
||||
* Open Source!
|
||||
|
||||
×—–—–—–—– –—–—–—–—–—–—–—–—–—–— —–—–—–—–—–—–—–—-—–-–•¬
|
||||
|0O×øo· UPDATE HISTORY ·oø×O0|
|
||||
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
||||
|
||||
[3.2.7 - January 14, 2012]
|
||||
|
||||
* Updated core to latest FCEUX (r2383)
|
||||
* More accurate pixel scaling (thanks eke-eke!)
|
||||
* Other minor changes
|
||||
|
||||
[3.2.6 - May 15, 2011]
|
||||
|
||||
* Fixed audio skipping (thanks thiagoalvesdealmeida!)
|
||||
@ -44,7 +50,7 @@ Wii/GameCube.
|
||||
|
||||
[3.2.4 - March 19, 2011]
|
||||
|
||||
* Updated to core to latest FCEUX
|
||||
* Updated core to latest FCEUX
|
||||
* Support for Famicom 3D System games (thanks Carl Kenner!)
|
||||
* Improved USB and controller compatibility (recompiled with latest libogc)
|
||||
* Enabled SMB on GameCube (thanks Extrems!)
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "fceultra/driver.h"
|
||||
|
||||
#define APPNAME "FCE Ultra GX"
|
||||
#define APPVERSION "3.2.6"
|
||||
#define APPVERSION "3.2.7"
|
||||
#define APPFOLDER "fceugx"
|
||||
#define PREF_FILE_NAME "settings.xml"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<app version="3.2.6">
|
||||
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%203.2.6.zip"></file>
|
||||
<app version="3.2.7">
|
||||
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%203.2.7.zip"></file>
|
||||
</app>
|
||||
|
Loading…
x
Reference in New Issue
Block a user