Config.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "version": 1,
  3. "graphics_shaders_dump_path": "",
  4. "logging_enable_debug": false,
  5. "logging_enable_stub": true,
  6. "logging_enable_info": true,
  7. "logging_enable_warn": true,
  8. "logging_enable_error": true,
  9. "logging_enable_guest": true,
  10. "logging_enable_fs_access_log": false,
  11. "logging_filtered_classes": [],
  12. "enable_file_log": true,
  13. "system_language": "AmericanEnglish",
  14. "docked_mode": false,
  15. "enable_discord_integration": true,
  16. "enable_vsync": true,
  17. "enable_multicore_scheduling": true,
  18. "enable_fs_integrity_checks": true,
  19. "fs_global_access_log_mode": 0,
  20. "ignore_missing_services": false,
  21. "controller_type": "Handheld",
  22. "gui_columns": {
  23. "fav_column": true,
  24. "icon_column": true,
  25. "app_column": true,
  26. "dev_column": true,
  27. "version_column": true,
  28. "time_played_column": true,
  29. "last_played_column": true,
  30. "file_ext_column": true,
  31. "file_size_column": true,
  32. "path_column": true
  33. },
  34. "game_dirs": [],
  35. "enable_custom_theme": false,
  36. "custom_theme_path": "",
  37. "enable_keyboard": false,
  38. "keyboard_controls": {
  39. "left_joycon": {
  40. "stick_up": "W",
  41. "stick_down": "S",
  42. "stick_left": "A",
  43. "stick_right": "D",
  44. "stick_button": "F",
  45. "dpad_up": "Up",
  46. "dpad_down": "Down",
  47. "dpad_left": "Left",
  48. "dpad_right": "Right",
  49. "button_minus": "Minus",
  50. "button_l": "E",
  51. "button_zl": "Q"
  52. },
  53. "right_joycon": {
  54. "stick_up": "I",
  55. "stick_down": "K",
  56. "stick_left": "J",
  57. "stick_right": "L",
  58. "stick_button": "H",
  59. "button_a": "Z",
  60. "button_b": "X",
  61. "button_x": "C",
  62. "button_y": "V",
  63. "button_plus": "Plus",
  64. "button_r": "U",
  65. "button_zr": "O"
  66. },
  67. "hotkeys": {
  68. "toggle_vsync": "Tab"
  69. }
  70. },
  71. "joystick_controls": {
  72. "enabled": true,
  73. "index": 0,
  74. "deadzone": 0.05,
  75. "trigger_threshold": 0.5,
  76. "left_joycon": {
  77. "stick": "Axis0",
  78. "stick_button": "Button8",
  79. "button_minus": "Button6",
  80. "button_l": "Button4",
  81. "button_zl": "Axis2",
  82. "dpad_up": "Hat0Up",
  83. "dpad_down": "Hat0Down",
  84. "dpad_left": "Hat0Left",
  85. "dpad_right": "Hat0Right"
  86. },
  87. "right_joycon": {
  88. "stick": "Axis3",
  89. "stick_button": "Button9",
  90. "button_a": "Button1",
  91. "button_b": "Button0",
  92. "button_x": "Button3",
  93. "button_y": "Button2",
  94. "button_plus": "Button7",
  95. "button_r": "Button5",
  96. "button_zr": "Axis5"
  97. }
  98. }
  99. }