MCPcopy Create free account
hub / github.com/RevoSucks/BM64Recomp / recompui_context_root

Function recompui_context_root

src/ui/ui_api.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void recompui_context_root(uint8_t* rdram, recomp_context* ctx) {
52 ContextId ui_context = get_context(rdram, ctx);
53 (void)ui_context;
54
55 return_resource(ctx, root_element_id);
56}
57
58void recompui_show_context(uint8_t* rdram, recomp_context* ctx) {
59 ContextId ui_context = get_context(rdram, ctx);

Callers

nothing calls this directly

Calls 2

get_contextFunction · 0.85
return_resourceFunction · 0.85

Tested by

no test coverage detected