CDVD: Fix DevCon typo for cdvdUncheckedLoadDiscElf

This commit is contained in:
Riley 2023-07-22 16:16:55 -05:00 committed by refractionpcsx2
parent 75aed7c44f
commit 3895f3c826
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ static bool cdvdUncheckedLoadDiscElf(ElfObject* elfo, IsoReader& isor, const std
length = semi_pos - start_pos;
std::string iso_filename(elfpath.substr(start_pos, length));
DevCon.WriteLn(fmt::format("cvdLoadElf(): '{}' -> '{}' in ISO.", elfpath, iso_filename));
DevCon.WriteLn(fmt::format("cdvdLoadElf(): '{}' -> '{}' in ISO.", elfpath, iso_filename));
if (iso_filename.empty())
{
Error::SetString(error, "ISO filename is empty.");