mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Give file count in decimal rather than hex when exporting all wii saves.
This commit is contained in:
@ -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)
|
for (const u64& title : titles)
|
||||||
{
|
{
|
||||||
CWiiSaveCrypted* exportSave = new CWiiSaveCrypted("", title);
|
CWiiSaveCrypted* exportSave = new CWiiSaveCrypted("", title);
|
||||||
|
Reference in New Issue
Block a user