Merge pull request #741 from RachelBryk/decimal-count
Give file count in decimal rather than hex when exporting all wii saves.
This commit is contained in:
commit
6eb032a1ae
|
@ -77,7 +77,7 @@ void CWiiSaveCrypted::ExportAllSaves()
|
|||
}
|
||||
}
|
||||
}
|
||||
SuccessAlertT("Found %x save files", (unsigned int) titles.size());
|
||||
SuccessAlertT("Found %d save files", (unsigned int) titles.size());
|
||||
for (const u64& title : titles)
|
||||
{
|
||||
CWiiSaveCrypted* exportSave = new CWiiSaveCrypted("", title);
|
||||
|
|
Loading…
Reference in New Issue