finalize 4.4.9

This commit is contained in:
Daryl Borth 2021-01-18 18:59:54 -07:00
parent faf5ef9f1b
commit bf8a8b4d44
3 changed files with 11 additions and 3 deletions

View File

@ -39,6 +39,14 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
## UPDATE HISTORY
[4.4.9 - January 18, 2021]
* Compiled with latest devkitPPC/libogc
* Added ability to change the player mapped to a connected controller
* Corrected aspect ratio by changing viWidth to 644 (vaguerant)
* Significant memory usage reductions (fonts and loading cover images)
* Other minor fixes
[4.4.8 - June 29, 2020]
* Compiled with latest devkitPPC/libogc

View File

@ -2,8 +2,8 @@
<app version="1">
<name>Snes9x GX</name>
<coder>Tantric, Zopenko, Askot</coder>
<version>4.4.8</version>
<release_date>20200629</release_date>
<version>4.4.9</version>
<release_date>20210118</release_date>
<short_description>Super Nintendo Emulator</short_description>
<long_description>A port of Snes9x to the Wii.</long_description>
<ahb_access />

View File

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