mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-11 19:39:09 +01:00
- fixed stupid little mistake in sourceflow cover loading
This commit is contained in:
parent
570dd16c10
commit
e4c5fbd9e1
@ -2729,7 +2729,7 @@ const char *CMenu::getFrontPath(const dir_discHdr *element)
|
|||||||
const char *coverPath = fmt("%s/front_covers/%s", m_sflowDir, coverImg);
|
const char *coverPath = fmt("%s/front_covers/%s", m_sflowDir, coverImg);
|
||||||
if(m_cfg.getBool("SOURCEFLOW", "smallbox") || !fsop_FileExist(coverPath))
|
if(m_cfg.getBool("SOURCEFLOW", "smallbox") || !fsop_FileExist(coverPath))
|
||||||
{
|
{
|
||||||
coverPath = fmt("%s/front_covers/%s", m_sflowDir, coverImg);
|
coverPath = fmt("%s/small_covers/%s", m_sflowDir, coverImg);
|
||||||
if(!fsop_FileExist(coverPath))
|
if(!fsop_FileExist(coverPath))
|
||||||
return element->path;
|
return element->path;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user