mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Add helper function for fmt::format(GetStringT(...
This commit is contained in:
@ -677,7 +677,7 @@ std::string GameFile::GetFileFormatName() const
|
||||
{
|
||||
std::string name = DiscIO::GetName(m_blob_type, true);
|
||||
if (m_is_nkit)
|
||||
name = fmt::format(Common::GetStringT("{0} (NKit)"), name);
|
||||
name = Common::FmtFormatT("{0} (NKit)", name);
|
||||
return name;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user