mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
Updated Netplay to use GetName()
This commit is contained in:
parent
355a2d33aa
commit
4b9ee5ee39
@ -65,9 +65,7 @@ static std::string BuildGameName(const GameListItem& game)
|
||||
// Lang needs to be consistent
|
||||
auto const lang = 0;
|
||||
|
||||
std::string name(game.GetBannerName(lang));
|
||||
if (name.empty())
|
||||
name = game.GetVolumeName(lang);
|
||||
std::string name(game.GetName(lang));
|
||||
|
||||
if (game.GetRevision() != 0)
|
||||
return name + " (" + game.GetUniqueID() + ", Revision " + std::to_string((long long)game.GetRevision()) + ")";
|
||||
|
Loading…
Reference in New Issue
Block a user