Fusee: Update INI1 size after patching

This commit is contained in:
Michael Scire
2018-04-11 22:32:45 -06:00
parent 375a0b3fa8
commit 75b29e777b
3 changed files with 5 additions and 3 deletions

View File

@@ -10,6 +10,6 @@
ini1_header_t *stratosphere_get_ini1(void);
void stratosphere_merge_inis(void *dst, ini1_header_t **inis, unsigned int num_inis);
size_t stratosphere_merge_inis(void *dst, ini1_header_t **inis, unsigned int num_inis);
#endif