Theme install now works, added fast reboot code

This commit is contained in:
2017-08-26 16:00:10 -04:00
parent 6b61ae9e5f
commit ae42b9648c
4 changed files with 18 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ FS_Archive ArchiveHomeExt;
FS_Archive ArchiveThemeExt;
Result open_archives(void);
Result close_archives(void);
int get_number_entries(char*);
u64 file_to_buf(FS_Path path, FS_Archive archive, char** buf);
u32 zip_file_to_buf(char *file_name, u16 *zip_path, char **buf);