mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-23 19:59:16 +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;
|
||||
int ret;
|
||||
|
||||
if (!WBFS_Mounted())
|
||||
DeviceHandler::Instance()->Open_WBFS(currentPartition);
|
||||
if(!WBFS_Mounted())
|
||||
{
|
||||
m.m_thrdWorking = false;
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user