Skip to content

Commit

Permalink
update version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dborth committed Jul 31, 2023
1 parent 1238e54 commit 85eb2fa
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,22 @@ Wii/GameCube.

## UPDATE HISTORY

[3.5.3 - July 31, 2023]

* Compiled with latest devkitPPC/libogc
* Switch to chosen video mode on first load if not automatic
* Added support for mapper 126 for Power Joy 84-in-1 (Tanooki16)
* Added a toggle to hide/show the "Save RAM" button (InfiniteBlueGX)
* Added Other Mappings submenu and move Enable Turbo Mode toggle into it (InfiniteBlueGX)
* Added turbo mode remap option to Other Mappings (InfiniteBlueGX)
* Added B button back trigger to submenus (InfiniteBlueGX)
* Added the menu toggle option to Other Mappings (InfiniteBlueGX)
* Fixed a crash upon relaunching after removing a SD/USB device (InfiniteBlueGX)
* Added 1+2+Plus menu toggle option (InfiniteBlueGX)
* Added B/1 cancel trigger to window prompts (InfiniteBlueGX)
* Fixed initial game selection menu "jump" when using classic controller (InfiniteBlueGX)
* Added B/1 button press to cancel button remapping prompt (InfiniteBlueGX)

[3.5.2 - June 15, 2022]

* Updated to the latest FCEUX 2.6.4 (git def5768)
Expand Down
4 changes: 2 additions & 2 deletions hbc/meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<app version="1">
<name>FCE Ultra GX</name>
<coder>Tantric, Zopenko, Askot, others</coder>
<version>3.5.2</version>
<release_date>20220615</release_date>
<version>3.5.3</version>
<release_date>20230731</release_date>
<short_description>Nintendo Emulator</short_description>
<long_description>A port of FCE Ultra to the Wii.</long_description>
<ahb_access />
Expand Down
2 changes: 1 addition & 1 deletion source/fceugx.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "fceultra/driver.h"

#define APPNAME "FCE Ultra GX"
#define APPVERSION "3.5.2"
#define APPVERSION "3.5.3"
#define APPFOLDER "fceugx"
#define PREF_FILE_NAME "settings.xml"

Expand Down

0 comments on commit 85eb2fa

Please sign in to comment.