mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Missing prototype
This commit is contained in:
parent
70e3ddb224
commit
bc5349061f
@ -881,6 +881,8 @@ bool config_overlay_enable_default(void);
|
|||||||
|
|
||||||
void config_set_defaults(void *data);
|
void config_set_defaults(void *data);
|
||||||
|
|
||||||
|
void config_load(void *data);
|
||||||
|
|
||||||
settings_t *config_get_ptr(void);
|
settings_t *config_get_ptr(void);
|
||||||
|
|
||||||
RETRO_END_DECLS
|
RETRO_END_DECLS
|
||||||
|
@ -5913,7 +5913,6 @@ static bool command_event_init_core(enum rarch_core_type type)
|
|||||||
sizeof(runloop_system.valid_extensions));
|
sizeof(runloop_system.valid_extensions));
|
||||||
|
|
||||||
#ifdef HAVE_CONFIGFILE
|
#ifdef HAVE_CONFIGFILE
|
||||||
/* auto overrides: apply overrides */
|
|
||||||
if (settings->bools.auto_overrides_enable)
|
if (settings->bools.auto_overrides_enable)
|
||||||
runloop_overrides_active = config_load_override(&runloop_system);
|
runloop_overrides_active = config_load_override(&runloop_system);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user