mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
don't strip info from the parentheses in the gameslists - it's useful!
This commit is contained in:
parent
65f2409d91
commit
b3c38b9782
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue