mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Enable classic chatbox controls by default
This commit is contained in:
parent
2decea5693
commit
9138125c8a
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ unsigned int configRumbleStrength = 50;
|
|||
unsigned int configGamepadNumber = 0;
|
||||
bool configBackgroundGamepad = true;
|
||||
bool configDisableGamepads = false;
|
||||
bool configUseStandardKeyBindingsChat = false;
|
||||
bool configUseStandardKeyBindingsChat = true;
|
||||
bool configSmoothScrolling = false;
|
||||
// free camera settings
|
||||
bool configEnableFreeCamera = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue