winport: fix non-saving KillStylusOffScreen

This commit is contained in:
zeromus 2017-04-26 14:03:38 -05:00
parent 751987cb90
commit 06f0bb492b
1 changed files with 1 additions and 0 deletions

View File

@ -471,6 +471,7 @@ static void LoadInputConfig()
allowUpAndDown = GetPrivateProfileInt("Controls","AllowUpAndDown",0,IniName) != 0;
allowBackgroundInput = GetPrivateProfileInt("Controls","AllowBackgroundInput",0,IniName) != 0;
killStylusTopScreen = GetPrivateProfileInt("Controls","KillStylusTopScreen",0,IniName) != 0;
killStylusOffScreen = GetPrivateProfileInt("Controls","KillStylusOffScreen",0,IniName) != 0;
}
static void WriteControl(char* name, WORD val)