this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

small fix for CHIP

+3
+3
src/system/chip.c
··· 592 592 #endif 593 593 } 594 594 595 + static void updateConfig() {} 596 + 595 597 static System systemInterface = 596 598 { 597 599 .setClipboardText = setClipboardText, ··· 612 614 .openSystemPath = openSystemPath, 613 615 .preseed = preseed, 614 616 .poll = pollEvent, 617 + .updateConfig = updateConfig, 615 618 }; 616 619 617 620 s32 main(s32 argc, char **argv)