A few more warnings.

This commit is contained in:
comex
2013-09-01 23:25:57 -04:00
parent 2630169229
commit 35b8dfbe0c
7 changed files with 15 additions and 8 deletions

View File

@ -62,7 +62,7 @@ void CWiiSaveCrypted::ExportAllSaves()
}
}
}
SuccessAlertT("Found %llx save files", titles.size());
SuccessAlertT("Found %x save files", (unsigned int) titles.size());
for (u32 i = 0; i < titles.size(); ++i)
{
CWiiSaveCrypted* exportSave = new CWiiSaveCrypted("", titles[i]);

View File

@ -42,8 +42,7 @@ private:
std::string encryptedSavePath;
std::string BannerFilePath,
WiiTitlePath;
std::string WiiTitlePath;
u8 IV[0x10];