Use separate save folder for all saves.

This commit is contained in:
sorgelig
2019-01-11 11:23:49 +08:00
parent 259067b260
commit 6b76a9a088
3 changed files with 27 additions and 27 deletions

View File

@@ -1299,7 +1299,7 @@ int user_io_file_tx(const char* name, unsigned char index, char opensave, char m
if (opensave)
{
FileGenerateSavePath(name, "sav", (char*)buf, sizeof(buf));
FileGenerateSavePath(name, (char*)buf);
user_io_file_mount((char*)buf, 0, 1);
}