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:
Pieter Hulshoff 2016-07-20 13:25:21 +02:00
parent c363201510
commit 92026576f9

View File

@ -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)
{