mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-23 19:19:22 +01:00
update readme. finalize 4.4.4 (#875)
This commit is contained in:
parent
62e529c6e7
commit
3c573f69dc
@ -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.3</version>
|
<version>4.4.4</version>
|
||||||
<release_date>20190413</release_date>
|
<release_date>20191010</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 />
|
||||||
|
10
readme.txt
10
readme.txt
@ -35,9 +35,17 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
|
|||||||
| UPDATE HISTORY |
|
| UPDATE HISTORY |
|
||||||
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
||||||
|
|
||||||
[4.4.4]
|
[4.4.4 - October 10, 2019]
|
||||||
|
|
||||||
* Added retrode support (thanks revvv!)
|
* Added retrode support (thanks revvv!)
|
||||||
|
* Added L+R+START trigger to go back to emulator
|
||||||
|
* Added option to show local time
|
||||||
|
* Fixed buttons for all SNES peripherals (thanks niuus!)
|
||||||
|
* Fixed bg_preview image (thanks Tanooki16!)
|
||||||
|
* Fixed ZL button mapping for Wii U GamePad
|
||||||
|
* Fixed SuperFX2 Core Speed (Yoshi's Island was running too fast)
|
||||||
|
* Fixed Dragon Ball Z Hyper Dimension black screen
|
||||||
|
* Reduce compile time by unmacro Tile file
|
||||||
|
|
||||||
[4.4.3 - April 13, 2019]
|
[4.4.3 - April 13, 2019]
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "filelist.h"
|
#include "filelist.h"
|
||||||
|
|
||||||
#define APPNAME "Snes9x GX"
|
#define APPNAME "Snes9x GX"
|
||||||
#define APPVERSION "4.4.3"
|
#define APPVERSION "4.4.4"
|
||||||
#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