finalize 3.1.9

This commit is contained in:
dborth 2010-07-15 03:54:14 +00:00
parent 61c1ec7c3f
commit e965719645
5 changed files with 18 additions and 9 deletions

View File

@ -2,8 +2,8 @@
<app version="1">
<name>FCE Ultra GX</name>
<coder>Tantric</coder>
<version>3.1.8</version>
<release_date>20100620</release_date>
<version>3.1.9</version>
<release_date>20100714</release_date>
<short_description>Nintendo Emulator</short_description>
<long_description>A port of FCE Ultra to the Wii.</long_description>
</app>

View File

@ -1,7 +1,7 @@
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
- FCE Ultra GX -
Version 3.1.8
Version 3.1.9
http://code.google.com/p/fceugc
(Under GPL License)
@ -33,6 +33,15 @@ Wii/GameCube.
|0O×øo· UPDATE HISTORY ·oø×O0|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
[3.1.9 - July 14, 2010]
* Fixed 16:9 correction in Original mode
* Fixed PAL/NTSC timing switching issue
* Ability to use both USB ports (requires updated IOS 202 - WARNING: older
versions of IOS 202 are NO LONGER supported)
* Hide non-ROM files
* Other minor improvements
[3.1.8 - June 20, 2010]
* USB improvements

View File

@ -17,7 +17,7 @@
#include "fceultra/driver.h"
#define APPNAME "FCE Ultra GX"
#define APPVERSION "3.1.8"
#define APPVERSION "3.1.9"
#define APPFOLDER "fceugx"
#define PREF_FILE_NAME "settings.xml"

View File

@ -530,9 +530,9 @@ bool ParseDirEntries()
if(ext == NULL)
continue;
if( stricmp(p, "nes") != 0 && stricmp(p, "fds") != 0 &&
stricmp(p, "nsf") != 0 && stricmp(p, "unf") != 0 &&
stricmp(p, "nez") != 0 && stricmp(p, "unif") != 0 &&
if( stricmp(ext, "nes") != 0 && stricmp(ext, "fds") != 0 &&
stricmp(ext, "nsf") != 0 && stricmp(ext, "unf") != 0 &&
stricmp(ext, "nez") != 0 && stricmp(ext, "unif") != 0 &&
stricmp(ext, "zip") != 0 && stricmp(ext, "7z") != 0)
continue;
}

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<app version="3.1.8">
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%203.1.8.zip"></file>
<app version="3.1.9">
<file url="http://fceugc.googlecode.com/files/FCE%20Ultra%20GX%203.1.9.zip"></file>
</app>