mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Core: Fix booting titles from NAND.
This commit is contained in:
parent
3a9860eb6e
commit
951be30891
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ struct SetGameMetadata
|
||||||
}
|
}
|
||||||
|
|
||||||
*region = tmd.GetRegion();
|
*region = tmd.GetRegion();
|
||||||
system.SetIsWii(false);
|
system.SetIsWii(true);
|
||||||
config->SetRunningGameMetadata(tmd, DiscIO::Platform::WiiWAD);
|
config->SetRunningGameMetadata(tmd, DiscIO::Platform::WiiWAD);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue