mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
Introduce a way to open a configuration file from the ROMs directory using rom_fopen and switch the FDD Audio configuration reader to it.
This commit is contained in:
@@ -30,8 +30,10 @@ typedef void *ini_t;
|
||||
typedef void *ini_section_t;
|
||||
|
||||
extern ini_t ini_new(void);
|
||||
extern ini_t ini_read_ex(const char *fn, int is_rom);
|
||||
extern ini_t ini_read(const char *fn);
|
||||
extern void ini_strip_quotes(ini_t ini);
|
||||
extern void ini_write_ex(ini_t ini, const char *fn, int is_rom);
|
||||
extern void ini_write(ini_t ini, const char *fn);
|
||||
extern void ini_dump(ini_t ini);
|
||||
extern void ini_close(ini_t ini);
|
||||
|
||||
Reference in New Issue
Block a user