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

@@ -28,6 +28,7 @@
extern "C" {
#include <86box/86box.h>
#include <86box/ini.h>
#include <86box/config.h>
#include <86box/device.h>
#include <86box/midi_rtmidi.h>