Fix saveram to have the .SaveRAM extension

This commit is contained in:
adelikat 2013-08-29 19:28:19 +00:00
parent a896252b5c
commit 377650d68e
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ namespace BizHawk.MultiClient
pathEntry = Global.Config.PathEntries[game.System, "Base"];
}
return Path.Combine(MakeAbsolutePath(pathEntry.Path, game.System), name);
return Path.Combine(MakeAbsolutePath(pathEntry.Path, game.System), name) + ".SaveRAM";
}
public static string GetSaveStatePath(GameInfo game)