Skip to content

Commit

Permalink
Settings: disable 'shortcut/windows/xbox/enable' by default, disablin…
Browse files Browse the repository at this point in the history
…g XboxInput.

We're experiencing crashes on Windows x86.

We don't have much time to experiment, but disabling XboxInput works for
now.
  • Loading branch information
mkrautz committed Dec 24, 2015
1 parent abdb500 commit fe81316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mumble/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ Settings::Settings() {
bEnableEvdev = false;
bEnableXInput2 = true;
bEnableGKey = true;
bEnableXboxInput = true;
bEnableXboxInput = false;

for (int i=Log::firstMsgType; i<=Log::lastMsgType; ++i) {
qmMessages.insert(i, Settings::LogConsole | Settings::LogBalloon | Settings::LogTTS);
Expand Down

0 comments on commit fe81316

Please sign in to comment.