mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-01-13 11:49:08 +01:00
finalize 4.4.5
This commit is contained in:
parent
f07b637a43
commit
3df61e0439
@ -2,8 +2,8 @@
|
|||||||
<app version="1">
|
<app version="1">
|
||||||
<name>Snes9x GX</name>
|
<name>Snes9x GX</name>
|
||||||
<coder>Tantric, Zopenko, Askot</coder>
|
<coder>Tantric, Zopenko, Askot</coder>
|
||||||
<version>4.4.4</version>
|
<version>4.4.5</version>
|
||||||
<release_date>20191013</release_date>
|
<release_date>20200201</release_date>
|
||||||
<short_description>Super Nintendo Emulator</short_description>
|
<short_description>Super Nintendo Emulator</short_description>
|
||||||
<long_description>A port of Snes9x to the Wii.</long_description>
|
<long_description>A port of Snes9x to the Wii.</long_description>
|
||||||
<ahb_access />
|
<ahb_access />
|
||||||
|
10
readme.txt
10
readme.txt
@ -18,7 +18,7 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
|
|||||||
* Based on Snes9x 1.58 (with faster Blargg S-SMP module)
|
* Based on Snes9x 1.58 (with faster Blargg S-SMP module)
|
||||||
* Wiimote, Nunchuk, Classic, Wii U Pro, and Gamecube controller support
|
* Wiimote, Nunchuk, Classic, Wii U Pro, and Gamecube controller support
|
||||||
* Wii U GamePad support (requires homebrew injection into Wii U VC title)
|
* Wii U GamePad support (requires homebrew injection into Wii U VC title)
|
||||||
* Retrode support for up to 4 players
|
* Retrode/Xbox 360/Hornet controller support
|
||||||
* SNES Superscope, Mouse, Justifier support
|
* SNES Superscope, Mouse, Justifier support
|
||||||
* Cheat support
|
* Cheat support
|
||||||
* Satellaview (BS-X) support
|
* Satellaview (BS-X) support
|
||||||
@ -35,6 +35,14 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
|
|||||||
| UPDATE HISTORY |
|
| UPDATE HISTORY |
|
||||||
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
||||||
|
|
||||||
|
[4.4.5 - February 1, 2020]
|
||||||
|
|
||||||
|
* Disable ROM information display by default
|
||||||
|
* Updates from Snes9x
|
||||||
|
* Added support for serial port 2 (SP2 / SD2SP2) on Gamecube
|
||||||
|
* Xbox 360/Hornet controller support
|
||||||
|
* Compiled with latest libraries
|
||||||
|
|
||||||
[4.4.4 - October 13, 2019]
|
[4.4.4 - October 13, 2019]
|
||||||
|
|
||||||
* Added retrode support (thanks revvv!)
|
* Added retrode support (thanks revvv!)
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "filelist.h"
|
#include "filelist.h"
|
||||||
|
|
||||||
#define APPNAME "Snes9x GX"
|
#define APPNAME "Snes9x GX"
|
||||||
#define APPVERSION "4.4.4"
|
#define APPVERSION "4.4.5"
|
||||||
#define APPFOLDER "snes9xgx"
|
#define APPFOLDER "snes9xgx"
|
||||||
#define PREF_FILE_NAME "settings.xml"
|
#define PREF_FILE_NAME "settings.xml"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user