Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/3ds-hbmenu
/ loaderHasFlag
Function
loaderHasFlag
source/launch.h:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
void launchHomeMenu(void);
33
34
static inline bool loaderHasFlag(u32 flag)
35
{
36
return (launchGetLoader()->flags & flag) != 0;
37
}
38
39
static inline bool loaderCanUseTitles(void)
40
{
Callers
2
launchMenuEntry
Function · 0.85
menuUpdate
Function · 0.85
Calls
1
launchGetLoader
Function · 0.85
Tested by
no test coverage detected