| 693 | } |
| 694 | |
| 695 | CC_NOINLINE static void OptionsGroupScreen_UpdateDesc(struct OptionsGroupScreen* s) { |
| 696 | TextWidget_SetConst(&s->desc, optsGroup_descs[s->selectedI], &s->textFont); |
| 697 | } |
| 698 | |
| 699 | static void OptionsGroupScreen_ContextLost(void* screen) { |
| 700 | struct OptionsGroupScreen* s = (struct OptionsGroupScreen*)screen; |
no test coverage detected