mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-26 22:02:56 +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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user