-fixed wii game installer yet again

This commit is contained in:
fix94.1 2012-09-15 19:59:27 +00:00
parent 7ea08544d3
commit 9140b17315

View File

@ -115,7 +115,8 @@ int CMenu::_gameInstaller(void *obj)
CMenu &m = *(CMenu *)obj; CMenu &m = *(CMenu *)obj;
int ret; int ret;
if (!WBFS_Mounted()) DeviceHandler::Instance()->Open_WBFS(currentPartition);
if(!WBFS_Mounted())
{ {
m.m_thrdWorking = false; m.m_thrdWorking = false;
return -1; return -1;