mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-06 00:39:11 +00:00
makerom: refactoring
refactor exheader/rsf code
This commit is contained in:
+2
-2
@@ -117,7 +117,7 @@ typedef struct
|
||||
typedef struct
|
||||
{
|
||||
u8 extSavedataId[8];
|
||||
u8 systemSavedataId[8];
|
||||
u8 systemSavedataId[2][4];
|
||||
u8 storageAccessableUniqueIds[8];
|
||||
u8 accessInfo[7];
|
||||
u8 otherAttributes;
|
||||
@@ -140,7 +140,7 @@ typedef struct
|
||||
typedef struct
|
||||
{
|
||||
u16 num;
|
||||
u32 *Data;
|
||||
u32 *data;
|
||||
} ARM11KernelCapabilityDescriptor;
|
||||
|
||||
typedef enum
|
||||
|
||||
Reference in New Issue
Block a user