Hack up hack number 7328, just to get things to compile.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7329 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice
2011-03-11 12:56:26 +00:00
parent 59fd1008ca
commit 5706abf4a1
6 changed files with 10 additions and 8 deletions

View File

@ -796,9 +796,10 @@ u32 GCMemcard::ImportGci(const char *inputFile, std::string outputFile)
return result;
}
u32 GCMemcard::ImportGciInternal(File::IOFile gci, const char *inputFile, std::string outputFile)
u32 GCMemcard::ImportGciInternal(FILE* gcih, const char *inputFile, std::string outputFile)
{
int offset;
File::IOFile gci(gcih);
unsigned int offset;
char tmp[0xD];
std::string fileType;
SplitPath(inputFile, NULL, NULL, &fileType);

View File

@ -228,7 +228,7 @@ public:
// if remove > 0 it will pad bat.map with 0's sizeof remove
u32 ImportFile(DEntry& direntry, u8* contents, int remove);
private:
u32 ImportGciInternal(File::IOFile gci, const char *inputFile, std::string outputFile);
u32 ImportGciInternal(FILE* gcih, const char *inputFile, std::string outputFile);
public:
// delete a file from the directory