winport: fix the screenshot type is not saved.

This commit is contained in:
kongfl888 2017-06-10 10:47:23 +08:00
parent d6872769ae
commit 65bd5b565c
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);