mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-24 04:09:15 +01:00
-fixed wii game installer yet again
This commit is contained in:
parent
7ea08544d3
commit
9140b17315
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user