mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-26 00:28:52 +01:00
Change ReloadableMedia to check for artwork based on rom filename.
This commit is contained in:
parent
9bcf8cc329
commit
2def9989ee
@ -191,7 +191,7 @@ void ReloadableMedia::ReloadTexture()
|
||||
}
|
||||
}
|
||||
|
||||
std::string imageBasename = selectedItem->GetFullTitle();
|
||||
std::string imageBasename = selectedItem->GetName();
|
||||
|
||||
std::string typeLC = Utils::ToLower(Type);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user