Saving a game wants to ensure that the save directory exist by unconditionally calling make_dir() before trying to write the file. In the default case, saving to the current directory, that results in an attempt to create a directory with an empty name.
Saving a game wants to ensure that the save directory exist by unconditionally calling make_dir() before trying to write the file. In the default case, saving to the current directory, that results in an attempt to create a directory with an empty name.
Blocks #44940