Fusee: Actually write SD path in stratosphere_merge_inis

This commit is contained in:
Michael Scire
2018-04-11 22:10:02 -06:00
parent 7ddf5a922c
commit 375a0b3fa8
2 changed files with 5 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ struct va_format {
unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base);
int vsnprintf(char *buf, size_t size, const char *fmt, va_list args);
int snprintf(char *buf, size_t size, const char *fmt, ...);
int sscanf(const char *buf, const char *fmt, ...);
#endif /* VSPRINTF_H */