-fixed gamecube boot from disc introduced in r36

This commit is contained in:
fix94.1 2012-01-29 21:40:28 +00:00
parent 2f4d8129aa
commit 9daaa1365c

View File

@ -1124,6 +1124,7 @@ void CMenu::_launchGame(dir_discHdr *hdr, bool dvd)
if(gc)
{
memcpy((char*)hdr->hdr.id, id.c_str(),6);
_launchGC( hdr, false );
}
else