mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00:00
Give file count in decimal rather than hex when exporting all wii saves.
This commit is contained in:
parent
90d5e31731
commit
9bd28aa6d1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue