Boot/BS2: Update state file

This commit is contained in:
Léo Lam 2017-08-06 20:08:05 +08:00
parent 363bf27cce
commit 29b1276548
1 changed files with 5 additions and 0 deletions

View File

@ -345,6 +345,11 @@ bool CBoot::EmulatedBS2_Wii(const DiscIO::Volume& volume)
return false;
WriteEmptyPlayRecord();
UpdateStateFlags([](StateFlags* state) {
state->flags = 0xc1;
state->type = 0xff;
state->discstate = 0x01;
});
if (!SetupWiiMemory(tmd.GetIOSId()))
return false;