mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00:00
Explain how to fix "Serial and/or version data is missing"
This commit is contained in:
parent
a8b7c3b577
commit
88bc32b638
1 changed files with 5 additions and 1 deletions
|
@ -313,7 +313,11 @@ std::vector<RedumpVerifier::PotentialMatch> RedumpVerifier::ScanDatfile(const st
|
|||
// so show a panic alert rather than just using ERROR_LOG
|
||||
|
||||
// i18n: "Serial" refers to serial numbers, e.g. RVL-RSBE-USA
|
||||
PanicAlertT("Serial and/or version data is missing from %s", GetPathForSystem(system).c_str());
|
||||
PanicAlertT("Serial and/or version data is missing from %s\n"
|
||||
"Please append \"%s\" (without the quotes) to the datfile URL when downloading\n"
|
||||
"Example: %s",
|
||||
GetPathForSystem(system).c_str(), "serial,version",
|
||||
"http://redump.org/datfile/gc/serial,version");
|
||||
m_result = {Status::Error, Common::GetStringT("Failed to parse Redump.org data")};
|
||||
return {};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue