| 49 | } |
| 50 | |
| 51 | void 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 | |
| 58 | void recompui_show_context(uint8_t* rdram, recomp_context* ctx) { |
| 59 | ContextId ui_context = get_context(rdram, ctx); |
nothing calls this directly
no test coverage detected