mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-12-26 19:21:50 +01:00
Merge branch 'DBORTH_master'
This commit is contained in:
commit
9dfd4581f9
@ -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.0</version>
|
<version>4.4.1</version>
|
||||||
<release_date>20181223</release_date>
|
<release_date>20190104</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 />
|
||||||
|
@ -34,6 +34,11 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
|
|||||||
| UPDATE HISTORY |
|
| UPDATE HISTORY |
|
||||||
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
||||||
|
|
||||||
|
[4.4.1 - January 4, 2019]
|
||||||
|
|
||||||
|
* Fixed controllers with no analog sticks
|
||||||
|
* Fixed GameCube build
|
||||||
|
|
||||||
[4.4.0 - December 23, 2018]
|
[4.4.0 - December 23, 2018]
|
||||||
|
|
||||||
* Updated core to 1.58
|
* Updated core to 1.58
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "filelist.h"
|
#include "filelist.h"
|
||||||
|
|
||||||
#define APPNAME "Snes9x GX"
|
#define APPNAME "Snes9x GX"
|
||||||
#define APPVERSION "4.4.0"
|
#define APPVERSION "4.4.1"
|
||||||
#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