Config.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "version": 8,
  3. "max_anisotropy": -1,
  4. "graphics_shaders_dump_path": "",
  5. "logging_enable_debug": false,
  6. "logging_enable_stub": true,
  7. "logging_enable_info": true,
  8. "logging_enable_warn": true,
  9. "logging_enable_error": true,
  10. "logging_enable_guest": true,
  11. "logging_enable_fs_access_log": false,
  12. "logging_filtered_classes": [],
  13. "enable_file_log": true,
  14. "system_language": "AmericanEnglish",
  15. "system_region": "USA",
  16. "system_time_zone": "UTC",
  17. "system_time_offset": 0,
  18. "docked_mode": false,
  19. "enable_discord_integration": true,
  20. "enable_vsync": true,
  21. "enable_multicore_scheduling": true,
  22. "enable_ptc": false,
  23. "enable_fs_integrity_checks": true,
  24. "fs_global_access_log_mode": 0,
  25. "ignore_missing_services": false,
  26. "gui_columns": {
  27. "fav_column": true,
  28. "icon_column": true,
  29. "app_column": true,
  30. "dev_column": true,
  31. "version_column": true,
  32. "time_played_column": true,
  33. "last_played_column": true,
  34. "file_ext_column": true,
  35. "file_size_column": true,
  36. "path_column": true
  37. },
  38. "game_dirs": [],
  39. "enable_custom_theme": false,
  40. "custom_theme_path": "",
  41. "enable_keyboard": false,
  42. "keyboard_config": [
  43. {
  44. "index": 0,
  45. "controller_type": "JoyconPair",
  46. "player_index": "Player1",
  47. "left_joycon": {
  48. "stick_up": "W",
  49. "stick_down": "S",
  50. "stick_left": "A",
  51. "stick_right": "D",
  52. "stick_button": "F",
  53. "dpad_up": "Up",
  54. "dpad_down": "Down",
  55. "dpad_left": "Left",
  56. "dpad_right": "Right",
  57. "button_minus": "Minus",
  58. "button_l": "E",
  59. "button_zl": "Q",
  60. "button_sl": "Unbound",
  61. "button_sr": "Unbound"
  62. },
  63. "right_joycon": {
  64. "stick_up": "I",
  65. "stick_down": "K",
  66. "stick_left": "J",
  67. "stick_right": "L",
  68. "stick_button": "H",
  69. "button_a": "Z",
  70. "button_b": "X",
  71. "button_x": "C",
  72. "button_y": "V",
  73. "button_plus": "Plus",
  74. "button_r": "U",
  75. "button_zr": "O",
  76. "button_sl": "Unbound",
  77. "button_sr": "Unbound"
  78. },
  79. "hotkeys": {
  80. "toggle_vsync": "Tab"
  81. }
  82. }
  83. ],
  84. "controller_config": []
  85. }