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

@@ -35,6 +35,7 @@
#include <86box/timer.h>
#include <86box/network.h>
#include <86box/machine.h>
#include <86box/ini.h>
#include <86box/config.h>
#include <86box/video.h>
#ifdef _WIN32