whoops, forgot to remove this one. closing gci twice might not be that good...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5005 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
43051ffe41
commit
d89c5dddcd
|
@ -835,7 +835,6 @@ u32 GCMemcard::ImportGciInternal(FILE *gci, const char *inputFile, std::string o
|
||||||
u32 size = BE16((tempDEntry->BlockCount)) * BLOCK_SIZE;
|
u32 size = BE16((tempDEntry->BlockCount)) * BLOCK_SIZE;
|
||||||
u8 *tempSaveData = new u8[size];
|
u8 *tempSaveData = new u8[size];
|
||||||
fread(tempSaveData, 1, size, gci);
|
fread(tempSaveData, 1, size, gci);
|
||||||
fclose(gci);
|
|
||||||
u32 ret;
|
u32 ret;
|
||||||
if(!outputFile.empty())
|
if(!outputFile.empty())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue