diff --git a/src/system/chip.c b/src/system/chip.c index 49fb9f6..cc4f30f 100644 --- a/src/system/chip.c +++ b/src/system/chip.c @@ -592,6 +592,8 @@ static void preseed() #endif } +static void updateConfig() {} + static System systemInterface = { .setClipboardText = setClipboardText, @@ -612,6 +614,7 @@ static System systemInterface = .openSystemPath = openSystemPath, .preseed = preseed, .poll = pollEvent, + .updateConfig = updateConfig, }; s32 main(s32 argc, char **argv)