finalize 4.4.7

This commit is contained in:
Daryl Borth 2020-03-04 17:22:00 -07:00
parent 05b4abce98
commit a0a72079f8
4 changed files with 8 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.6</version> <version>4.4.7</version>
<release_date>20200217</release_date> <release_date>20200304s</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

@ -35,6 +35,11 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
| UPDATE HISTORY | | UPDATE HISTORY |
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————• •˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
[4.4.7 - March 4, 2020]
* Fixed 3rd party controllers (again)
* Fixed GameCube version issues with SD2SP2
[4.4.6 - February 16, 2020] [4.4.6 - February 16, 2020]
* Fixed box art not working on GameCube * Fixed box art not working on GameCube

View File

@ -297,7 +297,6 @@ void MountAllFAT()
#else #else
MountFAT(DEVICE_SD_SLOTA, SILENT); MountFAT(DEVICE_SD_SLOTA, SILENT);
MountFAT(DEVICE_SD_SLOTB, SILENT); MountFAT(DEVICE_SD_SLOTB, SILENT);
MountFAT(DEVICE_SD_PORT2, SILENT);
#endif #endif
} }

View File

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