Savefile and Savestate Directory Paths

Hi, I’ve noticed that 1.2.2 & latest source compiled are still pointing to a static path as default for save and state directories compared to Windows that saves (by default) to the loaded rom’s directory.

Is there a way to change this behaviour please to match Windows?

Changing to:

savefile_directory = "default"
savestate_directory = "default"

Reverts on load to:

savefile_directory = "~/Documents/RetroArch/saves"
savestate_directory = "~/Documents/RetroArch/states"