Internet Browser: Difference between revisions
No edit summary |
|||
| Line 119: | Line 119: | ||
No known applets can directly access the SD card via mounting it. This includes ShareApplet (which posts screenshots from SD to social media). | No known applets can directly access the SD card via mounting it. This includes ShareApplet (which posts screenshots from SD to social media). | ||
== | == BrowserDll == | ||
The NROs for the OSS are stored under | The NROs for the OSS are stored under the BrowserDll [[Title_list|SystemData]]. All of the web-applets use the same OSS NROs via this SystemData. | ||
String from v2.0 in oss_wkc.nro: "libcurl/7.50.1". | String from v2.0 in oss_wkc.nro: "libcurl/7.50.1". | ||
Almost all RomFs data for the web-applets is stored here. | |||
S2 has the following changes for BrowserDll, compared to S1: | |||
* Various data under "/browser/" was updated. | |||
** Also, the following was added under "/browser/": "icudt62l.dat.lz4", "UserCssNxCompatibleLineHeight.dat". | |||
* "/buildinfo/buildinfo.dat" differ. | |||
* Added "/font/nintendo_private_ext.bfttf". | |||
* Updated "/gfxShader/BrowserOffscreenDrawer.bnsh", added "/gfxShader/MediaPlayerCcDrawer.bnsh", updated "/gfxShader/MediaPlayerDrawer.bnsh". | |||
* The contents of UrlBlackList were moved here to "/". These are the following: | |||
** "listCommon.txt", "listEcChina.txt", "listEcGlobal.txt", "listIframe.txt", "listLnsChina.txt", "listLnsGlobal.txt", "listWebYouTubePlayerCommon.txt" | |||
** These are identical except for "listLnsGlobal.txt", which adds a newline at end-of-file. | |||
* Removed "/lyt/". | |||
* The various localization data under "/message/" was updated, etc. | |||
* "/nro/netfront/core_0/default": | |||
** "cfi_disabled/" is now "cfi_enabled/". | |||
* "/nro/netfront/core_3/": | |||
** "default/" is now "mse/". | |||
* Removed "/shader/". | |||
* Moved "/sound/" from SystemData into the applet RomFs, with filename/content being updated. | |||
* Added "/ui/". | |||
== Video Playback == | == Video Playback == | ||