mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Merge pull request #4244 from leoetlino/stm-shutdown
Shut down Wii software gracefully
This commit is contained in:
commit
5e8bc4aa1d
12 changed files with 268 additions and 146 deletions
|
@ -314,7 +314,7 @@ void SysConf::GenerateSysConf()
|
|||
|
||||
// IPL.IDL
|
||||
current_offset += create_item(items[23], Type_SmallArray, "IPL.IDL", 1, current_offset);
|
||||
items[23].data[0] = 0x01;
|
||||
items[23].data[0] = 0x00;
|
||||
|
||||
// IPL.EULA
|
||||
current_offset += create_item(items[24], Type_Bool, "IPL.EULA", 1, current_offset);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue