Merge pull request #4244 from leoetlino/stm-shutdown

Shut down Wii software gracefully
This commit is contained in:
shuffle2
2016-10-02 20:25:13 -07:00
committed by GitHub
12 changed files with 268 additions and 146 deletions

View File

@ -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);