Config.json 2.9 KB

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