Add beginning parts of a GUI, update README (again)

This commit is contained in:
2017-08-29 14:44:44 -04:00
parent 3fa0d36e41
commit a74c9d9e9c
11 changed files with 417 additions and 69 deletions

View File

@@ -80,6 +80,7 @@ Result open_archives(void)
theme.data = themePath;
retValue = FSUSER_OpenArchive(&ArchiveThemeExt, ARCHIVE_EXTDATA, theme);
if(R_FAILED(retValue)) return retValue;
romfsInit();
return 0;
}