mirror of
https://github.com/dborth/fceugx.git
synced 2024-10-31 22:45:05 +01:00
update to 3.5.1
This commit is contained in:
parent
aa2e14bb1c
commit
b7bee00e7c
@ -38,6 +38,12 @@ Wii/GameCube.
|
|||||||
|
|
||||||
## UPDATE HISTORY
|
## UPDATE HISTORY
|
||||||
|
|
||||||
|
[3.5.1 - March 23, 2021]
|
||||||
|
|
||||||
|
* Added L+R+START for back to menu for Wii Classic Controller
|
||||||
|
* Updated French translation (thanks Tanooki16!)
|
||||||
|
* Fixed issue with displaying screenshots
|
||||||
|
|
||||||
[3.5.0 - February 6, 2021]
|
[3.5.0 - February 6, 2021]
|
||||||
|
|
||||||
* Fixed SD2SP2 / SD gecko issues (again)
|
* Fixed SD2SP2 / SD gecko issues (again)
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
<app version="1">
|
<app version="1">
|
||||||
<name>FCE Ultra GX</name>
|
<name>FCE Ultra GX</name>
|
||||||
<coder>Tantric, Zopenko, Askot, others</coder>
|
<coder>Tantric, Zopenko, Askot, others</coder>
|
||||||
<version>3.5.0</version>
|
<version>3.5.1</version>
|
||||||
<release_date>20210206</release_date>
|
<release_date>20210323</release_date>
|
||||||
<short_description>Nintendo Emulator</short_description>
|
<short_description>Nintendo Emulator</short_description>
|
||||||
<long_description>A port of FCE Ultra to the Wii.</long_description>
|
<long_description>A port of FCE Ultra to the Wii.</long_description>
|
||||||
<ahb_access />
|
<ahb_access />
|
||||||
|
@ -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.5.0"
|
#define APPVERSION "3.5.1"
|
||||||
#define APPFOLDER "fceugx"
|
#define APPFOLDER "fceugx"
|
||||||
#define PREF_FILE_NAME "settings.xml"
|
#define PREF_FILE_NAME "settings.xml"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user