mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
update version
This commit is contained in:
parent
42c1e491ed
commit
6b418eddec
13
README.md
13
README.md
@ -56,6 +56,19 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
|
|||||||
|
|
||||||
## UPDATE HISTORY
|
## UPDATE HISTORY
|
||||||
|
|
||||||
|
[4.5.3 - June 15, 2022]
|
||||||
|
|
||||||
|
* Compiled with latest devkitPPC/libogc
|
||||||
|
* Updated to latest Snes9x
|
||||||
|
* Added "Enable Turbo Mode" toggle to the Video Settings menu (based on InfiniteBlueGX's code)
|
||||||
|
* Updated translations
|
||||||
|
* Improved forwarder support
|
||||||
|
* Added ability to use "Original" render mode in 480p configurations (niuus)
|
||||||
|
* Added new speeds for Super FX overclocking (niuus)
|
||||||
|
* Added a toggle to hide/show the SRAM save button in the save menu UI (saulfabregwiivc)
|
||||||
|
* Added Scale2x video filter and rename Scanlines filter (thanks Tanooki16!)
|
||||||
|
* Adjusted scanline filter (Thanks Tanooki16!)
|
||||||
|
|
||||||
[4.5.2 - March 23, 2021]
|
[4.5.2 - March 23, 2021]
|
||||||
|
|
||||||
* Added support for Mayflash 2-port SNES USB adapter (thanks EthanArmbrust!)
|
* Added support for Mayflash 2-port SNES USB adapter (thanks EthanArmbrust!)
|
||||||
|
@ -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.2</version>
|
<version>4.5.3</version>
|
||||||
<release_date>20210323</release_date>
|
<release_date>20220615</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 />
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "filelist.h"
|
#include "filelist.h"
|
||||||
|
|
||||||
#define APPNAME "Snes9x GX"
|
#define APPNAME "Snes9x GX"
|
||||||
#define APPVERSION "4.5.2"
|
#define APPVERSION "4.5.3"
|
||||||
#define APPFOLDER "snes9xgx"
|
#define APPFOLDER "snes9xgx"
|
||||||
#define PREF_FILE_NAME "settings.xml"
|
#define PREF_FILE_NAME "settings.xml"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user