mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 03:29:22 +01:00
bump version
This commit is contained in:
parent
3a5f1f06e7
commit
41e748fe00
@ -2,7 +2,7 @@
|
|||||||
<app version="1">
|
<app version="1">
|
||||||
<name>Snes9X GX</name>
|
<name>Snes9X GX</name>
|
||||||
<coder>Tantric, michniewski</coder>
|
<coder>Tantric, michniewski</coder>
|
||||||
<version>4.0.6</version>
|
<version>4.0.7</version>
|
||||||
<release_date>20090530</release_date>
|
<release_date>20090530</release_date>
|
||||||
<short_description>Super Nintendo Emulator</short_description>
|
<short_description>Super Nintendo Emulator</short_description>
|
||||||
<long_description>
|
<long_description>
|
||||||
|
10
readme.txt
10
readme.txt
@ -10,7 +10,7 @@
|
|||||||
————————————————————————————————————————————————————————————————————————————
|
————————————————————————————————————————————————————————————————————————————
|
||||||
|
|
||||||
×—–—–—–—– –—–—–—–—–—–—–—–—–—–— —–—–—–—–—–—–—–—-—–-–•¬
|
×—–—–—–—– –—–—–—–—–—–—–—–—–—–— —–—–—–—–—–—–—–—-—–-–•¬
|
||||||
|0O×øo· Snes9x GX 4.0.6 ·oø×O0|
|
|0O×øo· Snes9x GX 4.0.7 ·oø×O0|
|
||||||
| http://code.google.com/p/snes9x-gx |
|
| http://code.google.com/p/snes9x-gx |
|
||||||
| (Under GPL License) |
|
| (Under GPL License) |
|
||||||
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
||||||
@ -46,6 +46,14 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
|
|||||||
| UPDATE HISTORY |
|
| UPDATE HISTORY |
|
||||||
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
|
||||||
|
|
||||||
|
[4.0.7]
|
||||||
|
|
||||||
|
* Settings are now loaded from USB when loading the app from USB on HBC
|
||||||
|
* Fixed menu crashes caused by ogg player bugs
|
||||||
|
* Fixed memory card saving verification bug
|
||||||
|
* Fixed game savebrowser bugs
|
||||||
|
* Miscellaneous code cleanup/corrections
|
||||||
|
|
||||||
[4.0.6 - May 30, 2009]
|
[4.0.6 - May 30, 2009]
|
||||||
|
|
||||||
* Fixed SD/USB corruption bug
|
* Fixed SD/USB corruption bug
|
||||||
|
@ -99,7 +99,7 @@ void UpdateCheck()
|
|||||||
else // temporary, for compatibility
|
else // temporary, for compatibility
|
||||||
{
|
{
|
||||||
int versionnum = atoi(version);
|
int versionnum = atoi(version);
|
||||||
if(versionnum > 16) // 016 (4.0.6)
|
if(versionnum > 16) // 017 (4.0.7)
|
||||||
{
|
{
|
||||||
item = mxmlFindElement(xml, xml, "file", NULL, NULL, MXML_DESCEND);
|
item = mxmlFindElement(xml, xml, "file", NULL, NULL, MXML_DESCEND);
|
||||||
if(item)
|
if(item)
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "filelist.h"
|
#include "filelist.h"
|
||||||
|
|
||||||
#define APPNAME "Snes9x GX"
|
#define APPNAME "Snes9x GX"
|
||||||
#define APPVERSION "4.0.6"
|
#define APPVERSION "4.0.7"
|
||||||
#define PREF_FILE_NAME "settings.xml"
|
#define PREF_FILE_NAME "settings.xml"
|
||||||
|
|
||||||
#define NOTSILENT 0
|
#define NOTSILENT 0
|
||||||
|
Loading…
Reference in New Issue
Block a user