mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-12-26 03:01:51 +01:00
finalize 4.2.5
This commit is contained in:
parent
796df8935d
commit
994643ee94
@ -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.3</version>
|
<version>4.2.5</version>
|
||||||
<release_date>20100814</release_date>
|
<release_date>20101007</release_date>
|
||||||
<short_description>Super Nintendo Emulator</short_description>
|
<short_description>Super Nintendo Emulator</short_description>
|
||||||
<long_description>A Super Nintendo Emulator for Wii</long_description>
|
<long_description>A Super Nintendo Emulator for Wii</long_description>
|
||||||
<no_ios_reload/>
|
<no_ios_reload/>
|
||||||
|
@ -43,6 +43,14 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
|
|||||||
| UPDATE HISTORY |
|
| UPDATE HISTORY |
|
||||||
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
||||||
|
|
||||||
|
[4.2.5 - October 7, 2010]
|
||||||
|
|
||||||
|
* Sync with upstream SVN - fixes a few specific game issues
|
||||||
|
* Fixed "blank listing" issue for SMB
|
||||||
|
* Improved USB compatibility and speed
|
||||||
|
* Added Portuguese and Brazilian Portuguese translations
|
||||||
|
* Other minor changes
|
||||||
|
|
||||||
[4.2.4 - August 14, 2010]
|
[4.2.4 - August 14, 2010]
|
||||||
|
|
||||||
* IOS 202 support removed
|
* IOS 202 support removed
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "filelist.h"
|
#include "filelist.h"
|
||||||
|
|
||||||
#define APPNAME "Snes9x GX"
|
#define APPNAME "Snes9x GX"
|
||||||
#define APPVERSION "4.2.4"
|
#define APPVERSION "4.2.5"
|
||||||
#define APPFOLDER "snes9xgx"
|
#define APPFOLDER "snes9xgx"
|
||||||
#define PREF_FILE_NAME "settings.xml"
|
#define PREF_FILE_NAME "settings.xml"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<app version="4.2.4">
|
<app version="4.2.5">
|
||||||
<file url="http://snes9x-gx.googlecode.com/files/Snes9x%20GX%204.2.4.zip"></file>
|
<file url="http://snes9x-gx.googlecode.com/files/Snes9x%20GX%204.2.5.zip"></file>
|
||||||
</app>
|
</app>
|
||||||
|
Loading…
Reference in New Issue
Block a user