Major refactor to networking, including a fix for an incorrect error message on cancelling the swkbd for downloads

This commit is contained in:
Dylan G
2020-12-24 22:47:10 +00:00
parent a647494306
commit 1e5d09e85a
3 changed files with 146 additions and 94 deletions

View File

@@ -52,6 +52,6 @@
#define CACHE_PATH_FORMAT "/3ds/" APP_TITLE "/cache/%" JSON_INTEGER_FORMAT
bool themeplaza_browser(EntryMode mode);
u32 http_get(const char *url, char ** filename, char ** buf, InstallType install_type, const char *mime_type);
Result http_get(const char *url, char ** filename, char ** buf, u32 * size, InstallType install_type, const char * acceptable_mime_types);
#endif