mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 03:29:22 +01:00
finalize 4.0.8
This commit is contained in:
parent
32525770c2
commit
ad7c365d95
@ -2,8 +2,8 @@
|
||||
<app version="1">
|
||||
<name>Snes9X GX</name>
|
||||
<coder>Tantric, michniewski</coder>
|
||||
<version>4.0.7</version>
|
||||
<release_date>20090630</release_date>
|
||||
<version>4.0.8</version>
|
||||
<release_date>20090709</release_date>
|
||||
<short_description>Super Nintendo Emulator</short_description>
|
||||
<long_description>
|
||||
A Super Nintendo Emulator for Wii
|
||||
|
16
readme.txt
16
readme.txt
@ -10,7 +10,7 @@
|
||||
————————————————————————————————————————————————————————————————————————————
|
||||
|
||||
×—–—–—–—– –—–—–—–—–—–—–—–—–—–— —–—–—–—–—–—–—–—-—–-–•¬
|
||||
|0O×øo· Snes9x GX 4.0.7 ·oø×O0|
|
||||
|0O×øo· Snes9x GX 4.0.8 ·oø×O0|
|
||||
| http://code.google.com/p/snes9x-gx |
|
||||
| (Under GPL License) |
|
||||
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
||||
@ -46,6 +46,20 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
|
||||
| UPDATE HISTORY |
|
||||
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
||||
|
||||
[4.0.8 - July 9, 2009]
|
||||
|
||||
* Faster SMB/USB browsing
|
||||
* Last browsed folder is now remembered
|
||||
* Fixed controller mapping reset button
|
||||
* Fixed no sound on GameCube version
|
||||
* Directory names are no longer altered
|
||||
* Preferences now only saved on exit
|
||||
* Fixed on-screen keyboard glitches
|
||||
* SRAM auto-saved on power-off from within a game
|
||||
* Prevent 7z lockups, better 7z error messages
|
||||
* Increase cheats limit from 30 to 150
|
||||
* Cheats no longer effect next game loaded - they are cleared properly
|
||||
|
||||
[4.0.7 - June 30, 2009]
|
||||
|
||||
* Fixed auto-update
|
||||
|
@ -99,7 +99,7 @@ void UpdateCheck()
|
||||
else // temporary, for compatibility
|
||||
{
|
||||
int versionnum = atoi(version);
|
||||
if(versionnum > 17) // 017 (4.0.7)
|
||||
if(versionnum > 18) // 018 (4.0.8)
|
||||
{
|
||||
item = mxmlFindElement(xml, xml, "file", NULL, NULL, MXML_DESCEND);
|
||||
if(item)
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "filelist.h"
|
||||
|
||||
#define APPNAME "Snes9x GX"
|
||||
#define APPVERSION "4.0.7"
|
||||
#define APPVERSION "4.0.8"
|
||||
#define PREF_FILE_NAME "settings.xml"
|
||||
|
||||
#define NOTSILENT 0
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<app version="017">
|
||||
<file url="http://snes9x-gx.googlecode.com/files/Snes9x%20GX%204.0.7%20-%20Wii.zip"></file>
|
||||
<app version="018">
|
||||
<file url="http://snes9x-gx.googlecode.com/files/Snes9x%20GX%204.0.8%20-%20Wii.zip"></file>
|
||||
</app>
|
||||
|
Loading…
Reference in New Issue
Block a user