エミュレーション情報にTLF-ROMイメージフラグを追加。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@887 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
nakasima 2008-03-14 12:06:46 +00:00
parent fef55b9945
commit 33e7341dd2
2 changed files with 3 additions and 1 deletions

View File

@ -59,9 +59,11 @@ typedef struct SYSMRomEmuInfo {
u32 isEnableExMainMemory : 1;
u32 isBootMachineSettings : 1;
u32 isBootSpecifiedNANDApp : 1;
u32 isTlfRom : 1;
u32 isForceNTRMode : 1;
u32 isForceBannerViewMode : 1;
u32 rsv_flags : 23;
u32 :0;
// isBootSpecifiedNANDAppで起動するアプリのTitleID
u64 titleID;
// 予約