mirror of https://github.com/PCSX2/pcsx2.git
VMManager: Fix disc change path message
This commit is contained in:
parent
ecd3b87cc0
commit
a93663af0b
|
@ -2019,7 +2019,8 @@ bool VMManager::ChangeDisc(CDVD_SourceType source, std::string path)
|
|||
else
|
||||
{
|
||||
Host::AddIconOSDMessage("ChangeDisc", ICON_FA_COMPACT_DISC,
|
||||
fmt::format(TRANSLATE_FS("VMManager", "Disc changed to '{}'."), Path::GetFileName(path)),
|
||||
fmt::format(TRANSLATE_FS("VMManager", "Disc changed to '{}'."),
|
||||
Path::GetFileName(CDVDsys_GetFile(CDVDsys_GetSourceType()))),
|
||||
Host::OSD_INFO_DURATION);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue