mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-13 10:18:53 +01:00
Added support for default art. If the expected art cannot be found, RetroFE will search for default.png/jpg/mp4/... in stead.
This commit is contained in:
parent
c363201510
commit
92026576f9
@ -144,6 +144,7 @@ void ReloadableMedia::reloadTexture()
|
||||
|
||||
names.push_back(selectedItem->name);
|
||||
names.push_back(selectedItem->fullTitle);
|
||||
names.push_back("default");
|
||||
|
||||
if(selectedItem->cloneof.length() > 0)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user