Netplay netpacket interface fix "Sort Save States into Folders" settings (#16019)
Before this fix with the folder setting enabled a core using the netpacket interface would append the sort folder name twice thus breaking existing save states
This commit is contained in:
parent
3194dc9d65
commit
e796716f57
|
@ -9376,7 +9376,7 @@ bool netplay_driver_ctl(enum rarch_netplay_ctl_state state, void *data)
|
||||||
/* reset savefile dir as core_netpacket_interface affects it */
|
/* reset savefile dir as core_netpacket_interface affects it */
|
||||||
runloop_path_set_redirect(config_get_ptr(),
|
runloop_path_set_redirect(config_get_ptr(),
|
||||||
dir_get_ptr(RARCH_DIR_SAVEFILE),
|
dir_get_ptr(RARCH_DIR_SAVEFILE),
|
||||||
dir_get_ptr(RARCH_DIR_CURRENT_SAVESTATE));
|
dir_get_ptr(RARCH_DIR_SAVESTATE));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue