[makerom] RSF key: "ExeFs" & "PlainRegion" (and childs), are no longer needed.

This commit is contained in:
jakcron
2015-10-09 21:35:27 +08:00
parent 954c0cf126
commit d5f0d2c096
4 changed files with 73 additions and 202 deletions
-12
View File
@@ -169,18 +169,6 @@ typedef struct
char **File;
} RomFs;
struct{
u32 TextNum;
char **Text;
u32 ReadOnlyNum;
char **ReadOnly;
u32 ReadWriteNum;
char **ReadWrite;
} ExeFs;
u32 PlainRegionNum;
char **PlainRegion;
struct{
// Strings
char *Platform;