Skip to content

Commit

Permalink
changed default setting for HID pad use to OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
dimok789 committed May 5, 2016
1 parent e2deeae commit 6381bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/CSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ void CSettings::SetDefault()

settingsNames[HIDPadEnabled] = "HIDPadUse";
settingsValues[HIDPadEnabled].dataType = TypeU8;
settingsValues[HIDPadEnabled].ucValue = SETTING_ON;
settingsValues[HIDPadEnabled].ucValue = SETTING_OFF;

}

Expand Down

0 comments on commit 6381bb9

Please sign in to comment.