Fix saveram to have the .SaveRAM extension
This commit is contained in:
parent
a896252b5c
commit
377650d68e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue