finalize 3.2.6

This commit is contained in:
dborth 2011-05-16 00:53:31 +00:00
parent 82cf404231
commit 5f1829d9c3
5 changed files with 11 additions and 6 deletions

View File

@ -2,8 +2,8 @@
<app version="1">
<name>FCE Ultra GX</name>
<coder>Tantric</coder>
<version>3.2.5</version>
<release_date>20110323</release_date>
<version>3.2.6</version>
<release_date>20110515</release_date>
<short_description>Nintendo Emulator</short_description>
<long_description>A port of FCE Ultra to the Wii.</long_description>
<no_ios_reload/>

View File

@ -33,6 +33,11 @@ Wii/GameCube.
|0O×øo· UPDATE HISTORY ·oø×O0|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
[3.2.6 - May 15, 2011]
* Fixed audio skipping (thanks thiagoalvesdealmeida!)
* Added Turkish translation
[3.2.5 - March 23, 2011]
* Fixed browser regressions with stability and speed

View File

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

View File

@ -625,7 +625,7 @@ ResetVideo_Emu ()
else
{
rmode = FindVideoMode();
UpdateSampleRate(48000);
UpdateSampleRate(48130);
SetSampleRate();
}

View File

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