mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-12-26 03:41:55 +01:00
-fixed DIOS-MIOS and iso usage
This commit is contained in:
parent
15f9c97ba4
commit
5eaa10320f
@ -839,8 +839,8 @@ void CMenu::_launchGC(dir_discHdr *hdr, bool disc)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
NewCheatPath = sfmt("%s%s", path.c_str(), fmt("%s.gct", id.c_str()));
|
NewCheatPath = sfmt("%s/%s", path.c_str(), fmt("%s.gct", id.c_str()));
|
||||||
path.erase(path.end() - 19, path.end() - 11);
|
NewCheatPath.erase(NewCheatPath.end() - 19, NewCheatPath.end() - 10);
|
||||||
}
|
}
|
||||||
if(cheats)
|
if(cheats)
|
||||||
snprintf(CheatPath, sizeof(CheatPath), "%s/%s", m_cheatDir.c_str(), fmt("%s.gct", id.c_str()));
|
snprintf(CheatPath, sizeof(CheatPath), "%s/%s", m_cheatDir.c_str(), fmt("%s.gct", id.c_str()));
|
||||||
|
Loading…
Reference in New Issue
Block a user