diff --git a/pcsx2/Frontend/GameList.cpp b/pcsx2/Frontend/GameList.cpp index 998982b06d..63f8a5a60b 100644 --- a/pcsx2/Frontend/GameList.cpp +++ b/pcsx2/Frontend/GameList.cpp @@ -172,7 +172,7 @@ bool GameList::GetElfListEntry(const std::string& path, GameList::Entry* entry) const std::string display_name(FileSystem::GetDisplayNameFromPath(path)); entry->path = path; entry->serial.clear(); - entry->title = Path::StripExtension(display_name); + entry->title = Path::GetFileTitle(display_name); entry->region = Region::Other; entry->total_size = static_cast(file_size); entry->type = EntryType::ELF;