mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
最新のROMヘッダ構成に追随。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1070 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
80ea5b96a3
commit
b10ba5b19d
@ -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 ];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user