mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Merge pull request #5 from RetroPie/keep_parentheses
don't strip info from the parentheses in the gameslists - it's useful!
This commit is contained in:
commit
64a208ff59
|
@ -66,7 +66,7 @@ std::string FileData::getCleanName() const
|
||||||
if(mSystem && mSystem->hasPlatformId(PlatformIds::ARCADE) || mSystem->hasPlatformId(PlatformIds::NEOGEO))
|
if(mSystem && mSystem->hasPlatformId(PlatformIds::ARCADE) || mSystem->hasPlatformId(PlatformIds::NEOGEO))
|
||||||
stem = PlatformIds::getCleanMameName(stem.c_str());
|
stem = PlatformIds::getCleanMameName(stem.c_str());
|
||||||
|
|
||||||
return removeParenthesis(stem);
|
return stem;
|
||||||
}
|
}
|
||||||
|
|
||||||
const std::string& FileData::getThumbnailPath() const
|
const std::string& FileData::getThumbnailPath() const
|
||||||
|
|
Loading…
Reference in a new issue