From 3e2c5994ca78e6bdfabaacb42ce8505cac192705 Mon Sep 17 00:00:00 2001 From: ZetaDesigns Date: Wed, 6 Sep 2017 18:33:23 +0200 Subject: [PATCH] fix dabort when no theme data themes still wont install like this --- source/fs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/fs.c b/source/fs.c index c6e01d5..fce9037 100644 --- a/source/fs.c +++ b/source/fs.c @@ -38,7 +38,7 @@ int filename_compare(__attribute__((unused)) unzFile file, const char *current_f Result open_archives(void) { - + romfsInit(); u8 regionCode; u32 archive1; u32 archive2; @@ -85,7 +85,6 @@ Result open_archives(void) retValue = FSUSER_OpenArchive(&ArchiveThemeExt, ARCHIVE_EXTDATA, theme); if(R_FAILED(retValue)) return retValue; - romfsInit(); return 0; }