Merge pull request #2673 from dhrdlicka/feature/config-refactor

config: Refactor the INI parser out
This commit is contained in:
Miran Grča
2022-09-15 01:18:20 +02:00
committed by GitHub
11 changed files with 1448 additions and 1283 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>