Updated comments for web example.

This commit is contained in:
yellows8 2019-03-22 20:52:10 -04:00
parent 64ca65a3cd
commit 98172389b2

View File

@ -49,7 +49,7 @@ int main(int argc, char* argv[])
WebExitReason exitReason=0;
// Create the config. There's a number of web*Create() funcs, see libnx web.h.
// webPageCreate/webNewsCreate requires running under a host title which has HtmlDocument content, when the title is an Application. When the title is an Application when using webPageCreate/webNewsCreate, and webConfigSetWhitelist is not used, the whitelist will be loaded from the content.
// webPageCreate/webNewsCreate requires running under a host title which has HtmlDocument content, when the title is an Application. When the title is an Application when using webPageCreate/webNewsCreate, and webConfigSetWhitelist is not used, the whitelist will be loaded from the content. Atmosphère hbl_html can be used to handle this.
rc = webPageCreate(&config, "https://google.com/");
printf("webPageCreate(): 0x%x\n", rc);