MCPcopy 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

32void launchHomeMenu(void);
33
34static inline bool loaderHasFlag(u32 flag)
35{
36 return (launchGetLoader()->flags & flag) != 0;
37}
38
39static inline bool loaderCanUseTitles(void)
40{

Callers 2

launchMenuEntryFunction · 0.85
menuUpdateFunction · 0.85

Calls 1

launchGetLoaderFunction · 0.85

Tested by

no test coverage detected