don't strip info from the parentheses in the gameslists - it's useful!

This commit is contained in:
Jools Wills 2015-09-19 02:25:31 +01:00
parent 65f2409d91
commit b3c38b9782

View file

@ -66,7 +66,7 @@ std::string FileData::getCleanName() const
if(mSystem && mSystem->hasPlatformId(PlatformIds::ARCADE) || mSystem->hasPlatformId(PlatformIds::NEOGEO))
stem = PlatformIds::getCleanMameName(stem.c_str());
return removeParenthesis(stem);
return stem;
}
const std::string& FileData::getThumbnailPath() const