mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
A few more warnings.
This commit is contained in:
@ -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]);
|
||||
|
@ -42,8 +42,7 @@ private:
|
||||
|
||||
std::string encryptedSavePath;
|
||||
|
||||
std::string BannerFilePath,
|
||||
WiiTitlePath;
|
||||
std::string WiiTitlePath;
|
||||
|
||||
u8 IV[0x10];
|
||||
|
||||
|
Reference in New Issue
Block a user