Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XorTroll/uLaunch
/ OpenWeb
Function
OpenWeb
projects/uSystem/source/ul/system/la/la_Open.cpp:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
Result OpenWeb(const WebCommonConfig *cfg) {
17
return Start(AppletId_LibraryAppletWeb, cfg->version, &cfg->arg, sizeof(cfg->arg));
18
}
19
20
Result OpenMiiEdit() {
21
const auto mii_ver = hosversionAtLeast(10,2,0) ? 0x4 : 0x3;
Callers
1
HandleAction
Function · 0.85
Calls
1
Start
Function · 0.70
Tested by
no test coverage detected