mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-27 13:44:15 +01:00
-for emu covers still using extension, its more safe
-compiled libcustomext2fs, libcustomfat, libcustomntfs, libmodplay and libwiiuse with new devkitppc r26 (needs testing)
This commit is contained in:
parent
fe887eb0ff
commit
78a85f827b
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1485,8 +1485,8 @@ void CMenu::_initCF(void)
|
|||||||
{
|
{
|
||||||
string tempname(m_gameList[i].path);
|
string tempname(m_gameList[i].path);
|
||||||
tempname.assign(&tempname[tempname.find_last_of('/') + 1]);
|
tempname.assign(&tempname[tempname.find_last_of('/') + 1]);
|
||||||
if(tempname.find_last_of('.') != string::npos)
|
//if(tempname.find_last_of('.') != string::npos)
|
||||||
tempname.erase(tempname.find_last_of('.'), tempname.size() - tempname.find_last_of('.'));
|
// tempname.erase(tempname.find_last_of('.'), tempname.size() - tempname.find_last_of('.'));
|
||||||
m_cf.addItem(&m_gameList[i], sfmt("%s/%s.png", m_picDir.c_str(), tempname.c_str()).c_str(), sfmt("%s/%s.png", m_boxPicDir.c_str(), tempname.c_str()).c_str(), playcount, lastPlayed);
|
m_cf.addItem(&m_gameList[i], sfmt("%s/%s.png", m_picDir.c_str(), tempname.c_str()).c_str(), sfmt("%s/%s.png", m_boxPicDir.c_str(), tempname.c_str()).c_str(), playcount, lastPlayed);
|
||||||
}
|
}
|
||||||
else if (m_current_view != COVERFLOW_HOMEBREW)
|
else if (m_current_view != COVERFLOW_HOMEBREW)
|
||||||
|
Loading…
Reference in New Issue
Block a user