-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:
fix94.1 2012-04-27 04:57:18 +00:00
parent fe887eb0ff
commit 78a85f827b
6 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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