Ryujinx.conf 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. #Enable cpu memory checks (slow)
  2. Enable_Memory_Checks = false
  3. #Dump shaders in local directory (e.g. `C:\ShaderDumps`)
  4. Graphics_Shaders_Dump_Path =
  5. #Enable print debug logs
  6. Logging_Enable_Debug = false
  7. #Enable print stubbed calls logs
  8. Logging_Enable_Stub = true
  9. #Enable print informations logs
  10. Logging_Enable_Info = true
  11. #Enable print warning logs
  12. Logging_Enable_Warn = true
  13. #Enable print error logs
  14. Logging_Enable_Error = true
  15. #Filtered log classes, seperated by ", ", eg. `Logging_Filtered_Classes = Loader, ServiceFS`
  16. Logging_Filtered_Classes =
  17. #System Language list: https://gist.github.com/HorrorTroll/b6e4a88d774c3c9b3bdf54d79a7ca43b
  18. #Change System Language
  19. System_Language = AmericanEnglish
  20. #Enable or Disable Docked Mode
  21. Docked_Mode = false
  22. #Enable Game Vsync
  23. Enable_Vsync = true
  24. #Enable or Disable Multi-core scheduling of threads
  25. Enable_MultiCore_Scheduling = false
  26. #Enable integrity checks on Switch content files
  27. Enable_FS_Integrity_Checks = true
  28. #Controller Device Index
  29. GamePad_Index = 0
  30. #Controller Analog Stick Deadzone
  31. GamePad_Deadzone = 0.05
  32. #The value of how pressed down each trigger has to be in order to register a button press
  33. GamePad_Trigger_Threshold = 0.5
  34. #Whether or not to enable Controller support
  35. GamePad_Enable = true
  36. #The primary controller's type. Supported Values: ProController, Handheld, NpadPair, NpadLeft, NpadRight
  37. Controller_Type = Handheld
  38. #https://github.com/opentk/opentk/blob/develop/src/OpenTK/Input/Key.cs
  39. Controls_Left_JoyConKeyboard_Stick_Up = 105
  40. Controls_Left_JoyConKeyboard_Stick_Down = 101
  41. Controls_Left_JoyConKeyboard_Stick_Left = 83
  42. Controls_Left_JoyConKeyboard_Stick_Right = 86
  43. Controls_Left_JoyConKeyboard_Stick_Button = 88
  44. Controls_Left_JoyConKeyboard_DPad_Up = 45
  45. Controls_Left_JoyConKeyboard_DPad_Down = 46
  46. Controls_Left_JoyConKeyboard_DPad_Left = 47
  47. Controls_Left_JoyConKeyboard_DPad_Right = 48
  48. Controls_Left_JoyConKeyboard_Button_Minus = 120
  49. Controls_Left_JoyConKeyboard_Button_L = 87
  50. Controls_Left_JoyConKeyboard_Button_ZL = 99
  51. Controls_Right_JoyConKeyboard_Stick_Up = 91
  52. Controls_Right_JoyConKeyboard_Stick_Down = 93
  53. Controls_Right_JoyConKeyboard_Stick_Left = 92
  54. Controls_Right_JoyConKeyboard_Stick_Right = 94
  55. Controls_Right_JoyConKeyboard_Stick_Button = 90
  56. Controls_Right_JoyConKeyboard_Button_A = 108
  57. Controls_Right_JoyConKeyboard_Button_B = 106
  58. Controls_Right_JoyConKeyboard_Button_X = 85
  59. Controls_Right_JoyConKeyboard_Button_Y = 104
  60. Controls_Right_JoyConKeyboard_Button_Plus = 121
  61. Controls_Right_JoyConKeyboard_Button_R = 103
  62. Controls_Right_JoyConKeyboard_Button_ZR = 97
  63. #Controller Controls
  64. Controls_Left_JoyConController_Stick_Button = LStick
  65. Controls_Left_JoyConController_DPad_Up = DPadUp
  66. Controls_Left_JoyConController_DPad_Down = DPadDown
  67. Controls_Left_JoyConController_DPad_Left = DPadLeft
  68. Controls_Left_JoyConController_DPad_Right = DPadRight
  69. Controls_Left_JoyConController_Button_Minus = Back
  70. Controls_Left_JoyConController_Button_L = LShoulder
  71. Controls_Left_JoyConController_Button_ZL = LTrigger
  72. Controls_Right_JoyConController_Stick_Button = RStick
  73. Controls_Right_JoyConController_Button_A = B
  74. Controls_Right_JoyConController_Button_B = A
  75. Controls_Right_JoyConController_Button_X = Y
  76. Controls_Right_JoyConController_Button_Y = X
  77. Controls_Right_JoyConController_Button_Plus = Start
  78. Controls_Right_JoyConController_Button_R = RShoulder
  79. Controls_Right_JoyConController_Button_ZR = RTrigger
  80. Controls_Left_JoyConController_Stick = LJoystick
  81. Controls_Right_JoyConController_Stick = RJoystick