mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
エミュレーション情報にTLF-ROMイメージフラグを追加。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@887 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
fef55b9945
commit
33e7341dd2
Binary file not shown.
@ -59,9 +59,11 @@ typedef struct SYSMRomEmuInfo {
|
|||||||
u32 isEnableExMainMemory : 1;
|
u32 isEnableExMainMemory : 1;
|
||||||
u32 isBootMachineSettings : 1;
|
u32 isBootMachineSettings : 1;
|
||||||
u32 isBootSpecifiedNANDApp : 1;
|
u32 isBootSpecifiedNANDApp : 1;
|
||||||
|
u32 isTlfRom : 1;
|
||||||
|
|
||||||
u32 isForceNTRMode : 1;
|
u32 isForceNTRMode : 1;
|
||||||
u32 isForceBannerViewMode : 1;
|
u32 isForceBannerViewMode : 1;
|
||||||
u32 rsv_flags : 23;
|
u32 :0;
|
||||||
// isBootSpecifiedNANDAppで起動するアプリのTitleID
|
// isBootSpecifiedNANDAppで起動するアプリのTitleID
|
||||||
u64 titleID;
|
u64 titleID;
|
||||||
// 予約
|
// 予約
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user