Core: Fix booting titles from NAND.
This commit is contained in:
parent
3a9860eb6e
commit
951be30891
|
@ -306,7 +306,7 @@ struct SetGameMetadata
|
|||
}
|
||||
|
||||
*region = tmd.GetRegion();
|
||||
system.SetIsWii(false);
|
||||
system.SetIsWii(true);
|
||||
config->SetRunningGameMetadata(tmd, DiscIO::Platform::WiiWAD);
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue