finalize 4.4.2

This commit is contained in:
Daryl Borth 2019-01-25 19:05:21 -07:00
parent 6214bdddf2
commit 7b72e0bc5f
3 changed files with 6 additions and 4 deletions

View File

@ -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.1</version> <version>4.4.2</version>
<release_date>20190104</release_date> <release_date>20190125</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 />

View File

@ -34,13 +34,15 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
| UPDATE HISTORY | | UPDATE HISTORY |
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————• •˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
[4.4.2] [4.4.2 - January 25, 2019]
* Fixed Wii U GamePad support * Fixed Wii U GamePad support
* Added ability to load external fonts and activated Japanese/Korean * Added ability to load external fonts and activated Japanese/Korean
translations. Simply put the ko.ttf or jp.ttf in the app directory translations. Simply put the ko.ttf or jp.ttf in the app directory
* Added ability to customize background music. Simply put a bg_music.ogg * Added ability to customize background music. Simply put a bg_music.ogg
in the app directory in the app directory
* Updated to latest upstream Snes9x
* Added speed hacks for Super Mario RPG and Kirby's Dreamland 3
* Added ability to change preview image source with + button (thanks Zalo!) * Added ability to change preview image source with + button (thanks Zalo!)
[4.4.1 - January 4, 2019] [4.4.1 - January 4, 2019]

View File

@ -20,7 +20,7 @@
#include "filelist.h" #include "filelist.h"
#define APPNAME "Snes9x GX" #define APPNAME "Snes9x GX"
#define APPVERSION "4.4.1" #define APPVERSION "4.4.2"
#define APPFOLDER "snes9xgx" #define APPFOLDER "snes9xgx"
#define PREF_FILE_NAME "settings.xml" #define PREF_FILE_NAME "settings.xml"