add xinput options to launcher

This commit is contained in:
somewhatlurker
2019-09-14 15:19:19 +10:00
parent 5fc97e12dd
commit 0ebf1ed74d
2 changed files with 14 additions and 0 deletions
+6
View File
@@ -44,6 +44,12 @@ namespace Launcher {
PrependFile("[playerdata]\n", PLAYERDATA_FILE);
}
// if keyconfig.ini has no section name, add one
if (!IsLineInFile("[keyconfig]", KEYCONFIG_FILE))
{
PrependFile("[keyconfig]\n", KEYCONFIG_FILE);
}
this->panel_ScreenRes->SuspendLayout();