最新のROMヘッダ構成に追随。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1070 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yosiokat 2008-04-07 04:22:43 +00:00
parent 80ea5b96a3
commit b10ba5b19d

View File

@ -145,11 +145,9 @@ int main(int argc, char *argv[])
// u8 codec_mode:1; // 0:NTR mode, 1:TWL mode // undeveloped
// u8 otherParentalControls:1; // 1: Enable OtherParentalControls
// u8 subBannerFile:1; // 1: Enable SubBannerFile
// u8 wifiConnection:1; // 1: Use WiFiConnection
rom_header.s.codec_mode = 1; // 0:NTR mode, 1:TWL mode // undeveloped
rom_header.s.otherParentalControls = 0; // 1: Enable OtherParentalControls
rom_header.s.subBannerFile = 0; // 1: Enable SubBannerFile
rom_header.s.wifiConnection = 1; // 1: Use WiFiConnection
// u8 titleID_Lo[ 4 ];