mirror of
https://github.com/ndeadly/MissionControl
synced 2025-02-16 21:28:25 +00:00
mc.mitm: comment out settings in config ini template by default
This commit is contained in:
parent
79e65d4b41
commit
c6afa1f45c
1 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
[general]
|
||||
; Enable vibration support for unofficial controllers
|
||||
enable_rumble=true
|
||||
; Enable motion controls support for unoffical controllers
|
||||
enable_motion=true
|
||||
; Enable vibration support for unofficial controllers [default true]
|
||||
;enable_rumble=true
|
||||
; Enable motion controls support for unoffical controllers [default true]
|
||||
;enable_motion=true
|
||||
|
||||
[bluetooth]
|
||||
; Override host name of Bluetooth adapter
|
||||
host_name=Nintendo Switch!
|
||||
;host_name=Nintendo Switch!
|
||||
; Override host mac address of Bluetooth adapter
|
||||
host_address=04:20:69:04:20:69
|
||||
;host_address=04:20:69:04:20:69
|
||||
|
|
Loading…
Add table
Reference in a new issue