Merge pull request #71 from kongfl888/screenshot

winport: fix the screenshot type is not saved.
This commit is contained in:
zeromus 2017-06-09 23:16:00 -05:00 committed by GitHub
commit 73c8f8af37
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ void WritePathSettings()
WritePrivateProfileString(SECTION, FIRMWAREKEY, path.pathToFirmware, IniName);
WritePrivateProfileString(SECTION, LUAKEY, path.pathToLua, IniName);
WritePrivateProfileInt(SECTION, DEFAULTFORMATKEY, path.currentimageformat, IniName);
WritePrivateProfileString(SECTION, FORMATKEY, path.screenshotFormat, IniName);
WritePrivateProfileInt(SECTION, LASTVISITKEY, path.savelastromvisit, IniName);