mirror of https://github.com/PCSX2/pcsx2.git
CDVD: Fix Error Message in InputIsoFile.cpp
This commit is contained in:
parent
cb91478590
commit
f9c2d7767d
|
@ -253,7 +253,7 @@ bool InputIsoFile::Open(std::string srcfile, bool testOnly)
|
||||||
|
|
||||||
if (!detected)
|
if (!detected)
|
||||||
{
|
{
|
||||||
Console.Error(fmt::format("Unable to identify the ISO image type for '{}'", srcfile));
|
Console.Error(fmt::format("Unable to identify the ISO image type for '{}'", m_filename));
|
||||||
Close();
|
Close();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue