finalize 3.4.8

This commit is contained in:
Daryl Borth 2021-01-18 18:52:39 -07:00
parent c2eec9ae16
commit 699f35b0f9
3 changed files with 14 additions and 3 deletions

View File

@ -38,6 +38,17 @@ Wii/GameCube.
## UPDATE HISTORY
[3.4.8 - January 18, 2021]
* Compiled with latest devkitPPC/libogc
* Added ability to change the player mapped to a connected controller
* Corrected aspect ratio by changing viWidth to 644 (vaguerant)
* Fixed PAL audio blips (thanks Tanooki16!)
* Improved PAL game detection (thanks Tanooki16!)
* Significant memory usage reductions (fonts and loading cover images)
* Added Dendy support
* Other minor fixes
[3.4.7 - June 29, 2020]
* Compiled with latest devkitPPC/libogc

View File

@ -2,8 +2,8 @@
<app version="1">
<name>FCE Ultra GX</name>
<coder>Tantric, Zopenko, Askot, others</coder>
<version>3.4.7</version>
<release_date>20200629</release_date>
<version>3.4.8</version>
<release_date>20210118</release_date>
<short_description>Nintendo Emulator</short_description>
<long_description>A port of FCE Ultra to the Wii.</long_description>
<ahb_access />

View File

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