mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-06-07 19:36:47 +02:00
Added full title naming for art detection.
This commit is contained in:
@@ -151,6 +151,7 @@ void ReloadableMedia::ReloadTexture()
|
|||||||
std::vector<std::string> names;
|
std::vector<std::string> names;
|
||||||
|
|
||||||
names.push_back(selectedItem->GetName());
|
names.push_back(selectedItem->GetName());
|
||||||
|
names.push_back(selectedItem->GetFullTitle());
|
||||||
|
|
||||||
if(selectedItem->GetCloneOf().length() > 0)
|
if(selectedItem->GetCloneOf().length() > 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user