mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 15:49:50 -06:00
Boot/BS2: Update state file
This commit is contained in:
@ -345,6 +345,11 @@ bool CBoot::EmulatedBS2_Wii(const DiscIO::Volume& volume)
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
WriteEmptyPlayRecord();
|
WriteEmptyPlayRecord();
|
||||||
|
UpdateStateFlags([](StateFlags* state) {
|
||||||
|
state->flags = 0xc1;
|
||||||
|
state->type = 0xff;
|
||||||
|
state->discstate = 0x01;
|
||||||
|
});
|
||||||
|
|
||||||
if (!SetupWiiMemory(tmd.GetIOSId()))
|
if (!SetupWiiMemory(tmd.GetIOSId()))
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user