mirror of
https://github.com/suloku/gcmm.git
synced 2026-04-25 07:19:44 -05:00
Solved bug produced by a previous version of getserial()... it didn't affect the program's functionality though
This commit is contained in:
parent
4002756d8b
commit
b2d51a48ed
|
|
@ -2,7 +2,7 @@
|
|||
<app version="1">
|
||||
<name>GCMM</name>
|
||||
<coder>Suloku, PabloACZ, Pikachu025, dronesplitter</coder>
|
||||
<version>1.2a</version>
|
||||
<version>1.2b</version>
|
||||
<release_date>20120906000000</release_date>
|
||||
<short_description>Memory Card Manager</short_description>
|
||||
<long_description>A memory card manager for Wii/GC.
|
||||
|
|
|
|||
|
|
@ -30,6 +30,10 @@ 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.2b - september 06, 2012 - By suloku]
|
||||
|
||||
* Solved a potential bug, 1.2 and 1.2a seemed unaffected by it.
|
||||
|
||||
[What's New 1.2a - september 06, 2012 - By suloku]
|
||||
|
||||
* 1.2 wasn't correctly freeing memory and eventually raw backup and restore would hang the app (a 2043 block card would make it hang at the second attempt to raw backup the card)
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@ void getserial(u8 *serial)
|
|||
|
||||
serial[i] = cardheader.serial[i];
|
||||
}
|
||||
serial[13]="\0";
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user