mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 11:02:28 +02:00
Give file count in decimal rather than hex when exporting all wii saves.
This commit is contained in:
parent
90d5e31731
commit
9bd28aa6d1
@ -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
Block a user