add .bmp extension to the savestaten screenshot filename, because that's waht it is

This commit is contained in:
goyuken 2015-02-17 02:32:52 +00:00
parent 30fea2e6a7
commit 72ca2d15f8
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ namespace BizHawk.Client.Common
WriteNames = new Dictionary<BinaryStateLump, string>();
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");