mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 10:20:21 +00:00
Also save joypad driver.
This commit is contained in:
parent
ae0d1ff282
commit
9bf6811acd
@ -1099,6 +1099,7 @@ bool config_save_file(const char *path)
|
||||
config_set_bool(conf, "custom_bgm_enable", g_extern.lifecycle_mode_state & (1ULL << MODE_AUDIO_CUSTOM_BGM_ENABLE));
|
||||
|
||||
config_set_string(conf, "input_driver", g_settings.input.driver);
|
||||
config_set_string(conf, "input_joypad_driver", g_settings.input.joypad_driver);
|
||||
for (unsigned i = 0; i < MAX_PLAYERS; i++)
|
||||
{
|
||||
char cfg[64];
|
||||
|
Loading…
Reference in New Issue
Block a user