Skip to content

Commit 1e957ae

Browse files
committed
update readme and version
1 parent ef0db67 commit 1e957ae

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
3636

3737
## FEATURES
3838

39-
* Based on Snes9x 1.60 (with faster Blargg S-SMP module)
39+
* Based on Snes9x 1.62.3 (with faster Blargg S-SMP module)
4040
* Wiimote, Nunchuk, Wii Classic, Wii Pro, Wii Super NES Classic,
4141
Wii U Pro, and Gamecube controller support
4242
* Wii U GamePad support (requires homebrew injection into Wii U VC title)
@@ -57,10 +57,27 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
5757

5858
## UPDATE HISTORY
5959

60+
[4.5.4 - July 31, 2023]
61+
* Compiled with latest devkitPPC/libogc
62+
* Updated to newer Snes9x (bladeoner)
63+
* Switch to chosen video mode on first load if not automatic
64+
* Added frameskip option and added PAL 576p support (Tanooki16)
65+
* Added SNES Hi-Res Mode ON/OFF and Sprite Limit ON/OFF (Tanooki16)
66+
* Disabled peripheral devices by default if not selected in controller settings (Tanooki16)
67+
* Added support for BML-format .cht files and text scrolling for cheat names (InfiniteBlueGX)
68+
* Added a B/1 button press to cancel the button remapping prompt (InfiniteBlueGX)
69+
* Fixed default game selection menu "jump" upon startup w/classic controller (InfiniteBlueGX)
70+
* Fixed a crash when selecting Cancel after removing an SD/USB device and re-opening the app (InfiniteBlueGX)
71+
* Added option to mute game audio (InfiniteBlueGX)
72+
* Added 1+2+Plus menu toggle option for Wiimote (InfiniteBlueGX)
73+
* Added new controller configuration options for the SNES Mouse (InfiniteBlueGX)
74+
* Added option to choose which button/combo is used to toggle the menu (InfiniteBlueGX)
75+
* Added option to remap the ABXY buttons to the right analog stick (InfiniteBlueGX)
76+
6077
[4.5.3 - June 15, 2022]
6178

6279
* Compiled with latest devkitPPC/libogc
63-
* Updated to latest Snes9x
80+
* Updated to latest Snes9x (bladeoner)
6481
* Added "Enable Turbo Mode" toggle to the Video Settings menu (based on InfiniteBlueGX's code)
6582
* Updated translations
6683
* Improved forwarder support

hbc/meta.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<app version="1">
33
<name>Snes9x GX</name>
44
<coder>Tantric, Zopenko, Askot</coder>
5-
<version>4.5.3</version>
6-
<release_date>20220615</release_date>
5+
<version>4.5.4</version>
6+
<release_date>20230731</release_date>
77
<short_description>Super Nintendo Emulator</short_description>
88
<long_description>A port of Snes9x to the Wii.</long_description>
99
<ahb_access />

source/snes9xgx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include "filelist.h"
2121

2222
#define APPNAME "Snes9x GX"
23-
#define APPVERSION "4.5.3"
23+
#define APPVERSION "4.5.4"
2424
#define APPFOLDER "snes9xgx"
2525
#define PREF_FILE_NAME "settings.xml"
2626

0 commit comments

Comments
 (0)