mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00:00
Merge pull request #12554 from AdmiralCurtiss/boot-nandtitle-fix
Core: Fix booting titles from NAND.
This commit is contained in:
commit
24704fc279
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ struct SetGameMetadata
|
|||
}
|
||||
|
||||
*region = tmd.GetRegion();
|
||||
system.SetIsWii(false);
|
||||
system.SetIsWii(true);
|
||||
config->SetRunningGameMetadata(tmd, DiscIO::Platform::WiiWAD);
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Reference in a new issue