mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-04 00:39:03 +00:00
makerom: updated to latest SDK specs.
This commit is contained in:
+9
-5
@@ -28,6 +28,12 @@ typedef enum
|
||||
resrc_limit_OTHER
|
||||
} resource_limit_category;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
cpuspeed_268MHz,
|
||||
cpuspeed_804MHz
|
||||
};
|
||||
|
||||
typedef enum
|
||||
{
|
||||
othcap_PERMIT_DEBUG = (1 << 0),
|
||||
@@ -127,13 +133,11 @@ typedef struct
|
||||
{
|
||||
u8 programId[8];
|
||||
u8 coreVersion[4];
|
||||
u8 padding0[2];
|
||||
u8 flag;
|
||||
u8 priority;
|
||||
u8 flag[4];
|
||||
u8 resourceLimitDescriptor[16][2];
|
||||
exhdr_StorageInfo storageInfo;
|
||||
u8 serviceAccessControl[32][8]; // Those char[8] server names
|
||||
u8 padding1[0x1f];
|
||||
u8 serviceAccessControl[34][8]; // Those char[8] server names
|
||||
u8 padding1[0xf];
|
||||
u8 resourceLimitCategory;
|
||||
} exhdr_ARM11SystemLocalCapabilities;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user