Config: Introduce config_load_global() and config_save_global().

This commit is contained in:
OBattler
2025-08-15 20:22:28 +02:00
parent a24e4b9f15
commit c3fae26ec7
2 changed files with 22 additions and 7 deletions

View File

@@ -137,7 +137,9 @@ typedef struct config_t {
} config_t;
#endif
extern void config_load_global(void);
extern void config_load(void);
extern void config_save_global(void);
extern void config_save(void);
#ifdef EMU_INI_H