Stratosphere: Add support for custom KIPs/INI in Fusee

This commit is contained in:
Michael Scire
2018-04-11 21:56:11 -06:00
parent e5a0cb1abe
commit 0674c4b64f
4 changed files with 127 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ typedef struct {
uint32_t size;
uint32_t num_processes;
uint32_t _0xC;
char kip_data[];
unsigned char kip_data[];
} ini1_header_t;
typedef struct {