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

Function recompui_hide_context

src/ui/ui_api.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void recompui_hide_context(uint8_t* rdram, recomp_context* ctx) {
65 ContextId ui_context = get_context(rdram, ctx);
66
67 recompui::hide_context(ui_context);
68}
69
70void recompui_set_context_captures_input(uint8_t* rdram, recomp_context* ctx) {
71 ContextId ui_context = get_context(rdram, ctx);

Callers

nothing calls this directly

Calls 1

get_contextFunction · 0.85

Tested by

no test coverage detected