add .bmp extension to the savestaten screenshot filename, because that's waht it is
This commit is contained in:
parent
30fea2e6a7
commit
72ca2d15f8
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue