MCPcopy Create free account
hub / github.com/XorTroll/uLaunch / IsMenuRunning

Function IsMenuRunning

projects/uSystem/source/main.cpp:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 bool g_IsLibraryAppletActive = false;
119
120 NX_INLINE bool IsMenuRunning() {
121 return la::IsActive() && !g_LastLibraryAppletLaunchedNotMenu;
122 }
123
124 NX_INLINE bool WasLoaderOpenedAsApplication() {
125 return g_LastHomebrewApplicationLaunchTarget.IsValid();

Callers 5

ApplicationVerifyMainFunction · 0.85
HandleHomeButtonFunction · 0.85
HandleAppletMessageFunction · 0.85
HandleMenuMessageFunction · 0.85
EventManagerMainFunction · 0.85

Calls 1

IsActiveFunction · 0.50

Tested by

no test coverage detected