mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-12-26 03:01:51 +01:00
finalize 4.2.9
This commit is contained in:
parent
b562209da7
commit
2c7c2cec04
@ -2,8 +2,8 @@
|
|||||||
<app version="1">
|
<app version="1">
|
||||||
<name>Snes9x GX</name>
|
<name>Snes9x GX</name>
|
||||||
<coder>Tantric</coder>
|
<coder>Tantric</coder>
|
||||||
<version>4.2.8</version>
|
<version>4.2.9</version>
|
||||||
<release_date>20110515</release_date>
|
<release_date>20120114</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>
|
||||||
<no_ios_reload/>
|
<no_ios_reload/>
|
||||||
|
@ -43,6 +43,11 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
|
|||||||
| UPDATE HISTORY |
|
| UPDATE HISTORY |
|
||||||
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
||||||
|
|
||||||
|
[4.2.9 - January 14, 2012]
|
||||||
|
|
||||||
|
* More accurate pixel scaling (thanks eke-eke!)
|
||||||
|
* Other minor changes
|
||||||
|
|
||||||
[4.2.8 - May 15, 2011]
|
[4.2.8 - May 15, 2011]
|
||||||
|
|
||||||
* Ported a few upstream game fixes for: Mutant Chronicles - Doom Troopers,
|
* Ported a few upstream game fixes for: Mutant Chronicles - Doom Troopers,
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "filelist.h"
|
#include "filelist.h"
|
||||||
|
|
||||||
#define APPNAME "Snes9x GX"
|
#define APPNAME "Snes9x GX"
|
||||||
#define APPVERSION "4.2.8"
|
#define APPVERSION "4.2.9"
|
||||||
#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