-fixed usb to sd copier (damn stupid issue, I hate those small things)

This commit is contained in:
fix94.1 2012-06-18 17:51:24 +00:00
parent 425d1d0ec9
commit cabfc9b51d

View File

@ -476,7 +476,7 @@ void CMenu::_game(bool launch)
dir_discHdr *hdr = m_cf.getHdr();
if(currentPartition != SD && hdr->type == TYPE_GC_GAME)
{
bool foundOnSD;
bool foundOnSD = false;
CList<dir_discHdr> tmplist;
vector<string> pathlist;
tmplist.GetPaths(pathlist, ".iso|.bin", "sd:/games", false, true);