mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +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_load(void *data);
|
||||
|
||||
settings_t *config_get_ptr(void);
|
||||
|
||||
RETRO_END_DECLS
|
||||
|
@ -5913,7 +5913,6 @@ static bool command_event_init_core(enum rarch_core_type type)
|
||||
sizeof(runloop_system.valid_extensions));
|
||||
|
||||
#ifdef HAVE_CONFIGFILE
|
||||
/* auto overrides: apply overrides */
|
||||
if (settings->bools.auto_overrides_enable)
|
||||
runloop_overrides_active = config_load_override(&runloop_system);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user