mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-27 06:12:47 +01:00
Change ReloadableMedia to check for artwork based on rom filename.
This commit is contained in:
@@ -191,7 +191,7 @@ void ReloadableMedia::ReloadTexture()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string imageBasename = selectedItem->GetFullTitle();
|
std::string imageBasename = selectedItem->GetName();
|
||||||
|
|
||||||
std::string typeLC = Utils::ToLower(Type);
|
std::string typeLC = Utils::ToLower(Type);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user