config: Refactor the INI parser out

This commit is contained in:
David Hrdlička
2022-09-10 13:32:46 +02:00
parent d2dc53fbfb
commit 7dd8c96ffc
9 changed files with 1446 additions and 1282 deletions

View File

@@ -45,6 +45,7 @@
#include <wchar.h>
#define HAVE_STDARG_H
#include <86box/86box.h>
#include <86box/ini.h>
#include <86box/config.h>
#include <86box/device.h>
#include <86box/machine.h>