finalize 4.1.1

This commit is contained in:
dborth 2009-09-20 01:32:42 +00:00
parent 43bcfdc751
commit cc09dabcb3
4 changed files with 11 additions and 5 deletions

View File

@ -10,7 +10,7 @@
­————————————————————————————————————————————————————————————————————————————
×—–­—–­—–­—–­ –­—–­—–­—–­—–­—–­—–­—–­—–­—–­— ­—–­—–­—–­—–­—–­—–­—–­—-­—–­-–•¬
|0O×øo· Snes9x GX 4.1.0 ·oø×O0|
|0O×øo· Snes9x GX 4.1.1 ·oø×O0|
| http://code.google.com/p/snes9x-gx |
| (Under GPL License) |
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
@ -46,6 +46,10 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
| UPDATE HISTORY |
•˜———–—––-- - —————————––––– ———–—––-- - —————————––––– ———–—––-- - ————————•
[4.1.1 - September 19, 2009]
* Fixed black screen bug
[4.1.0 - September 16, 2009]
* Text rendering corrections

View File

@ -87,8 +87,10 @@ static int f_read(void * punt, int bytes, int blocks, int *f)
return c / bytes;
}
static int f_seek(int *f, long offset, int mode)
static int f_seek(int *f, ogg_int64_t offset, int mode)
{
if(f==NULL) return(-1);
int k, d;
mode &= 3;
if (*f >= 0x666 && *f <= 0x669)

View File

@ -20,7 +20,7 @@
#include "filelist.h"
#define APPNAME "Snes9x GX"
#define APPVERSION "4.1.0"
#define APPVERSION "4.1.1"
#define PREF_FILE_NAME "settings.xml"
#define NOTSILENT 0

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<app version="4.1.0">
<file url="http://snes9x-gx.googlecode.com/files/Snes9x%20GX%204.1.0%20-%20Wii.zip"></file>
<app version="4.1.1">
<file url="http://snes9x-gx.googlecode.com/files/Snes9x%20GX%204.1.1%20-%20Wii.zip"></file>
</app>