mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-11 11:29:09 +01:00
-fixed usb to sd copier (damn stupid issue, I hate those small things)
This commit is contained in:
parent
425d1d0ec9
commit
cabfc9b51d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user