mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-12-25 19:31:58 +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
|
||||
{
|
||||
NewCheatPath = sfmt("%s%s", path.c_str(), fmt("%s.gct", id.c_str()));
|
||||
path.erase(path.end() - 19, path.end() - 11);
|
||||
NewCheatPath = sfmt("%s/%s", path.c_str(), fmt("%s.gct", id.c_str()));
|
||||
NewCheatPath.erase(NewCheatPath.end() - 19, NewCheatPath.end() - 10);
|
||||
}
|
||||
if(cheats)
|
||||
snprintf(CheatPath, sizeof(CheatPath), "%s/%s", m_cheatDir.c_str(), fmt("%s.gct", id.c_str()));
|
||||
|
Loading…
Reference in New Issue
Block a user