mirror of
https://github.com/libretro/RetroArch
synced 2025-02-22 21:40:40 +00:00
(GX) Per-core input config loading/saving is now part of RGUI - get rid
of this
This commit is contained in:
parent
e63639388d
commit
51ac125f65
@ -111,15 +111,6 @@ void rarch_get_environment_console(void)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef GEKKO
|
|
||||||
/* Per-core input config loading */
|
|
||||||
char core_name[64];
|
|
||||||
|
|
||||||
libretro_get_current_core_pathname(core_name, sizeof(core_name));
|
|
||||||
snprintf(g_extern.input_config_path, sizeof(g_extern.input_config_path), "%s/%s.cfg", default_paths.input_presets_dir, core_name);
|
|
||||||
config_read_keybinds(g_extern.input_config_path);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -256,11 +247,6 @@ int main_entry(int argc, char *argv[])
|
|||||||
if (g_extern.config_save_on_exit && *g_extern.config_path)
|
if (g_extern.config_save_on_exit && *g_extern.config_path)
|
||||||
config_save_file(g_extern.config_path);
|
config_save_file(g_extern.config_path);
|
||||||
|
|
||||||
#ifdef GEKKO
|
|
||||||
/* Per-core input config saving */
|
|
||||||
config_save_keybinds(g_extern.input_config_path);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef RARCH_CONSOLE
|
#ifdef RARCH_CONSOLE
|
||||||
global_uninit_drivers();
|
global_uninit_drivers();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user