small fix for CHIP
This commit is contained in:
		| @@ -592,6 +592,8 @@ static void preseed() | |||||||
| #endif | #endif | ||||||
| } | } | ||||||
|  |  | ||||||
|  | static void updateConfig() {} | ||||||
|  |  | ||||||
| static System systemInterface =  | static System systemInterface =  | ||||||
| { | { | ||||||
| 	.setClipboardText = setClipboardText, | 	.setClipboardText = setClipboardText, | ||||||
| @@ -612,6 +614,7 @@ static System systemInterface = | |||||||
| 	.openSystemPath = openSystemPath, | 	.openSystemPath = openSystemPath, | ||||||
| 	.preseed = preseed, | 	.preseed = preseed, | ||||||
| 	.poll = pollEvent, | 	.poll = pollEvent, | ||||||
|  | 	.updateConfig = updateConfig, | ||||||
| }; | }; | ||||||
|  |  | ||||||
| s32 main(s32 argc, char **argv) | s32 main(s32 argc, char **argv) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 BADIM-PC\Vadim
					BADIM-PC\Vadim