update readme and version

This commit is contained in:
Daryl Borth 2024-03-30 10:27:27 -06:00
parent e19302c96d
commit 71d905ceca
3 changed files with 9 additions and 3 deletions

View File

@ -64,6 +64,12 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
## UPDATE HISTORY ## UPDATE HISTORY
[4.5.5 - March 30, 2024]
* Added 2xBR, 2xBR-lv1 and DDT video filters (Hyllian)
* Compiled with latest devkitPPC/libogc
* Added Swedish translation (IsakTheHacker)
* Updated translations
[4.5.4 - July 31, 2023] [4.5.4 - July 31, 2023]
* Compiled with latest devkitPPC/libogc * Compiled with latest devkitPPC/libogc
* Updated to newer Snes9x (bladeoner) * Updated to newer Snes9x (bladeoner)

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.5.4</version> <version>4.5.5</version>
<release_date>20230731</release_date> <release_date>20240330</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

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