1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-09-24 02:12:02 -05:00

Add the ability to set or not docked mode via config file (#227)

* Add a toggleable DockedMode bool
This commit is contained in:
greggameplayer
2018-08-11 14:12:28 +02:00
committed by emmauss
parent 02a6fdcd13
commit 1fd4311e12
4 changed files with 17 additions and 5 deletions

View File

@@ -22,6 +22,9 @@ Logging_Enable_Error = true
#Filtered log classes, seperated by ", ", eg. `Logging_Filtered_Classes = Loader, ServiceFS`
Logging_Filtered_Classes =
#Enable or Disable Docked Mode
Docked_Mode = false
#Controller Device Index
GamePad_Index = 0
@@ -82,4 +85,4 @@ Controls_Right_JoyConController_Button_R = RShoulder
Controls_Right_JoyConController_Button_ZR = RTrigger
Controls_Left_JoyConController_Stick = LJoystick
Controls_Right_JoyConController_Stick = RJoystick
Controls_Right_JoyConController_Stick = RJoystick