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

Function recompui_open_context

src/ui/ui_api.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void recompui_open_context(uint8_t* rdram, recomp_context* ctx) {
40 ContextId ui_context = get_context(rdram, ctx);
41
42 ui_context.open();
43}
44
45void recompui_close_context(uint8_t* rdram, recomp_context* ctx) {
46 ContextId ui_context = get_context(rdram, ctx);

Callers

nothing calls this directly

Calls 2

get_contextFunction · 0.85
openMethod · 0.80

Tested by

no test coverage detected