Write more code for stratosphere_get_ini1, make it and its caller take target_firmware

This commit is contained in:
TuxSH
2018-05-15 16:09:06 +02:00
parent 4e1a368b43
commit 3c0436b98f
5 changed files with 22 additions and 13 deletions

View File

@@ -53,6 +53,6 @@ typedef struct {
};
} package2_header_t;
void package2_rebuild_and_copy(void *package2_address);
void package2_rebuild_and_copy(package2_header_t *package2, uint32_t target_firmware);
#endif