mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 08:25:18 +01:00
update readme. finalize 4.4.3.
This commit is contained in:
parent
c6b0535999
commit
e8702bbb9d
@ -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.2</version>
|
<version>4.4.3</version>
|
||||||
<release_date>20190125</release_date>
|
<release_date>20190413</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 />
|
||||||
|
15
readme.txt
15
readme.txt
@ -34,6 +34,21 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
|
|||||||
| UPDATE HISTORY |
|
| UPDATE HISTORY |
|
||||||
•<EFBFBD>———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
•<EFBFBD>———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
||||||
|
|
||||||
|
[4.4.3 - April 13, 2019]
|
||||||
|
|
||||||
|
* Game-specific fixes (Chou Aniki, Rendering Rangers R2, Tenshi no Uta, Circuit USA)
|
||||||
|
* Increased maximum cheats to 150
|
||||||
|
* Fixed BPS patch support
|
||||||
|
* Snes9x drawing optimization (3-4% speed boost)
|
||||||
|
* Updated to latest upstream Snes9x
|
||||||
|
* Updated spanish translation (thanks Psycho RFG)
|
||||||
|
* Fixed preview image not displaying on GameCube
|
||||||
|
* Added option to not append Auto to save filenames
|
||||||
|
* Fixed crash when used as wiiflow plugin
|
||||||
|
* Fixed crash on launch when using network shares
|
||||||
|
* Fixed issues with on-screen keyboard
|
||||||
|
* Updated Korean translation
|
||||||
|
|
||||||
[4.4.2 - January 25, 2019]
|
[4.4.2 - January 25, 2019]
|
||||||
|
|
||||||
* Fixed Wii U GamePad support
|
* Fixed Wii U GamePad support
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "filelist.h"
|
#include "filelist.h"
|
||||||
|
|
||||||
#define APPNAME "Snes9x GX"
|
#define APPNAME "Snes9x GX"
|
||||||
#define APPVERSION "4.4.2"
|
#define APPVERSION "4.4.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