small fix for CHIP
This commit is contained in:
parent
68bc1ede41
commit
20540e14a0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue