Change the allocation logic in stratosphere.c

This commit is contained in:
TuxSH
2018-05-08 18:46:54 +02:00
parent 70bb496388
commit 7df879d346
4 changed files with 76 additions and 55 deletions

View File

@@ -9,7 +9,8 @@
#define STRATOSPHERE_INI1_MAX 0x2
ini1_header_t *stratosphere_get_ini1(void);
void stratosphere_free_ini1(void);
size_t stratosphere_merge_inis(void *dst, ini1_header_t **inis, unsigned int num_inis);
ini1_header_t *stratosphere_merge_inis(ini1_header_t **inis, unsigned int num_inis);
#endif
#endif