Core: Fix booting titles from NAND.

This commit is contained in:
Admiral H. Curtiss 2024-02-01 19:30:11 +01:00
parent 3a9860eb6e
commit 951be30891
No known key found for this signature in database
GPG Key ID: F051B4C4044F33FB
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ struct SetGameMetadata
}
*region = tmd.GetRegion();
system.SetIsWii(false);
system.SetIsWii(true);
config->SetRunningGameMetadata(tmd, DiscIO::Platform::WiiWAD);
return true;