mirror of
https://github.com/dborth/fceugx.git
synced 2024-12-04 14:24:16 +01:00
update version and readme
This commit is contained in:
parent
8024366fa0
commit
2ba9494c8c
@ -55,6 +55,11 @@ Wii/GameCube.
|
|||||||
|
|
||||||
## UPDATE HISTORY
|
## UPDATE HISTORY
|
||||||
|
|
||||||
|
[3.5.4 - March 30, 2024]
|
||||||
|
* Compiled with latest devkitPPC/libogc
|
||||||
|
* Added Swedish translation (IsakTheHacker)
|
||||||
|
* Updated translations
|
||||||
|
|
||||||
[3.5.3 - July 31, 2023]
|
[3.5.3 - July 31, 2023]
|
||||||
|
|
||||||
* Compiled with latest devkitPPC/libogc
|
* Compiled with latest devkitPPC/libogc
|
||||||
|
@ -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.3</version>
|
<version>3.5.4</version>
|
||||||
<release_date>20230731</release_date>
|
<release_date>20240330</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.3"
|
#define APPVERSION "3.5.4"
|
||||||
#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