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

Function PushSimpleMenuMessage

projects/uSystem/source/main.cpp:312–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310 }
311
312 void PushSimpleMenuMessage(const ul::smi::MenuMessage msg) {
313 ul::ScopedLock lk(g_MenuMessageQueueLock);
314 const ul::smi::MenuMessageContext msg_ctx = {
315 .msg = msg
316 };
317 g_MenuMessageQueue->push(msg_ctx);
318 }
319
320 void NotifyApplicationDeleted(const u64 app_id) {
321 ul::ScopedLock lk(g_ConfigLock);

Callers 3

HandleHomeButtonFunction · 0.85
HandleAppletMessageFunction · 0.85
MainLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected