mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
15 lines
No EOL
354 B
C
15 lines
No EOL
354 B
C
#ifndef FUSEE_STRATOSPHERE_H
|
|
#define FUSEE_STRATOSPHERE_H
|
|
|
|
#include "utils.h"
|
|
#include "kip.h"
|
|
|
|
#define STRATOSPHERE_INI1_EMBEDDED 0x0
|
|
#define STRATOSPHERE_INI1_PACKAGE2 0x1
|
|
#define STRATOSPHERE_INI1_MAX 0x2
|
|
|
|
ini1_header_t *stratosphere_get_ini1(void);
|
|
|
|
size_t stratosphere_merge_inis(void *dst, ini1_header_t **inis, unsigned int num_inis);
|
|
|
|
#endif |