diff --git a/hbc/meta.xml b/hbc/meta.xml index 3c534d8..db92f4a 100644 --- a/hbc/meta.xml +++ b/hbc/meta.xml @@ -2,8 +2,8 @@ GCMM Suloku - 1.4d - 20150808000000 + 1.4e + 20160217000000 Memory Card Manager A memory card manager for Wii/GC. diff --git a/readme.txt b/readme.txt index 7f42227..2508904 100644 --- a/readme.txt +++ b/readme.txt @@ -1,6 +1,7 @@ ח–­—–­—–­—–­ –­—–­—–­—–­—–­—–­—–­—–­—–­—–­— ­—–­—–­—–­—–­—–­—–­—–­—-­—–­-–•Ĵ -|0O×ĝo· GCMM 1.4d by suloku ·oĝ×O0| -| http://code.google.com/p/gcmm | +|0O×ĝo· GCMM 1.4e by suloku ·oĝ×O0| +| https://github.com/suloku/gcmm | +| (old site: http://code.google.com/p/gcmm) | | (Under GPL License) | `¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨' @@ -30,6 +31,9 @@ I (suloku) have updated the code to newest libraries to port it to the Wii syste |0O×ĝo· UPDATE HISTORY ·oĝ×O0| `¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨' +[What's New 1.4e - february 27, 2016 - By suloku] +* Fixed bug in card.c that prevented correct backup/write of saves with same filename but different case. Bug affected Timesplitters 2, probably Timesplitters 3 too. Thanks to DakuTree for reporting and Antidote for fixing. + [What's New 1.4d - august 08, 2015 - By suloku] * Fixed bug in card.c that prevented writing to the last block of the memory card, preventing restoring a savegame that would fill the memory card (thanks to undergroundmonorail) * Fixed bug in card.c that prevented correct block freeing when deleting a file and only was fixed by using the memory card on official software (the wii/gamecube save manager or probably also games) diff --git a/source/card.c b/source/card.c index 92b7394..18219fb 100644 --- a/source/card.c +++ b/source/card.c @@ -477,7 +477,7 @@ static s32 __card_getfilenum(card_block *card,const char *filename,const char *g entries = dirblock->entries; for(i=0;i