diff --git a/BizHawk.Client.Common/BinarySaveStates.cs b/BizHawk.Client.Common/BinarySaveStates.cs index 90304e7378..e8a8f22059 100644 --- a/BizHawk.Client.Common/BinarySaveStates.cs +++ b/BizHawk.Client.Common/BinarySaveStates.cs @@ -46,7 +46,7 @@ namespace BizHawk.Client.Common WriteNames = new Dictionary(); AddLumpName(BinaryStateLump.Versiontag, "BizState 1.0"); AddLumpName(BinaryStateLump.Corestate, "Core"); - AddLumpName(BinaryStateLump.Framebuffer, "Framebuffer"); + AddLumpName(BinaryStateLump.Framebuffer, "Framebuffer.bmp"); AddLumpName(BinaryStateLump.Input, "Input Log.txt"); AddLumpName(BinaryStateLump.CorestateText, "CoreText.txt"); AddLumpName(BinaryStateLump.Movieheader, "Header.txt");