Make docked mode default in config.
This commit is contained in:
parent
056c2840b1
commit
5037fd9222
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Logging_Enable_Error = true
|
|||
Logging_Filtered_Classes =
|
||||
|
||||
#Enable or Disable Docked Mode
|
||||
Docked_Mode = false
|
||||
Docked_Mode = true
|
||||
|
||||
#Controller Device Index
|
||||
GamePad_Index = 0
|
||||
|
|
Loading…
Reference in a new issue