Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
niuus authored Dec 24, 2019
1 parent 25ffa5d commit 69b3133
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
* Wiimote, Nunchuk, Wii Classic/Classic Pro, and Gamecube controller support
* Wii U Pro, Wii U GamePad, NES and SNES Classic controller support
* Retrode 2 USB adapter support, so you can use the real controllers!
* Wired Xbox 360 Controller support (autodetected when in-game)
* Experimental DualShock 3 support
* SNES Superscope, Justifier, Mouse peripherals emulation support
* Cheat support
Expand All @@ -37,6 +38,13 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
| UPDATE HISTORY |
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•

[4.6.0 - December 24, 2019]
* Minor cosmetic tweaks.
* Retrode 2 code cleanup.
* Xbox 360 Controller code cleanup.
* LED fix for different X360 Controller revision.
* Fix GCN build.

[4.5.0 - November 22, 2019]
* Xbox 360 wired controller support! (thanks revvv!)
Before loading Snes9x RX, connect your Xbox 360 wired controller. When
Expand Down
6 changes: 3 additions & 3 deletions hbc/meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<app version="2">
<name>Snes9x RX</name>
<coder>NiuuS</coder>
<version>4.5.0</version>
<release_date>201911220002</release_date>
<version>4.6.0</version>
<release_date>201912240002</release_date>
<short_description>Super Nintendo Emulator</short_description>
<long_description>

Featuring:
- MSU-1 audio enhancement chip support.
- Retrode 2 USB adapter support.
- Xbox 360 Controller support (wired)
- Wii U Pro Controller support.
- Wii U Gamepad controller support through VC injects.
- Xbox 360 Controller support (wired)
- Screenshot/Cover/Artwork display.
Swap between them with the +/Z button!
- Classic Controllers support (NES / SNES)
Expand Down
2 changes: 1 addition & 1 deletion source/snes9xgx.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "filelist.h"

#define APPNAME "Snes9x RX"
#define APPVERSION "4.5.0"
#define APPVERSION "4.6.0"
#define APPFOLDER "snes9xgx"
#define PREF_FILE_NAME "settingsRX.xml"

Expand Down

0 comments on commit 69b3133

Please sign in to comment.