* Add Dol Exporting

This commit is contained in:
2015-07-02 20:49:31 -07:00
parent 84ca6a62e3
commit 35759e99a5
2 changed files with 34 additions and 0 deletions

View File

@@ -58,6 +58,19 @@ public:
PART_UPDATE,
PART_CHANNEL
};
struct DOLHeader
{
uint32_t textOff[7];
uint32_t dataOff[11];
uint32_t textStarts[7];
uint32_t dataStarts[11];
uint32_t textSizes[7];
uint32_t dataSizes[11];
uint32_t bssStart;
uint32_t bssSize;
uint32_t entryPoint;
};
class Node
{
public: