Make loadlist empty when booting Horizon, more nxboot.c code

This commit is contained in:
TuxSH
2018-05-14 21:17:06 +02:00
parent c2b22a6bf2
commit 15bba0ba0c
10 changed files with 179 additions and 82 deletions

View File

@@ -4,6 +4,7 @@
#include "utils.h"
#include "sdmmc.h"
size_t get_file_size(const char *filename);
size_t read_from_file(void *dst, size_t dst_size, const char *filename);
size_t dump_to_file(const void *src, size_t src_size, const char *filename);