Config.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "version": 9,
  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. "column_sort": {
  39. "sort_column_id": 0,
  40. "sort_ascending": false
  41. },
  42. "game_dirs": [],
  43. "enable_custom_theme": false,
  44. "custom_theme_path": "",
  45. "enable_keyboard": false,
  46. "hotkeys": {
  47. "toggle_vsync": "Tab"
  48. },
  49. "keyboard_config": [
  50. {
  51. "index": 0,
  52. "controller_type": "JoyconPair",
  53. "player_index": "Player1",
  54. "left_joycon": {
  55. "stick_up": "W",
  56. "stick_down": "S",
  57. "stick_left": "A",
  58. "stick_right": "D",
  59. "stick_button": "F",
  60. "dpad_up": "Up",
  61. "dpad_down": "Down",
  62. "dpad_left": "Left",
  63. "dpad_right": "Right",
  64. "button_minus": "Minus",
  65. "button_l": "E",
  66. "button_zl": "Q",
  67. "button_sl": "Unbound",
  68. "button_sr": "Unbound"
  69. },
  70. "right_joycon": {
  71. "stick_up": "I",
  72. "stick_down": "K",
  73. "stick_left": "J",
  74. "stick_right": "L",
  75. "stick_button": "H",
  76. "button_a": "Z",
  77. "button_b": "X",
  78. "button_x": "C",
  79. "button_y": "V",
  80. "button_plus": "Plus",
  81. "button_r": "U",
  82. "button_zr": "O",
  83. "button_sl": "Unbound",
  84. "button_sr": "Unbound"
  85. }
  86. }
  87. ],
  88. "controller_config": []
  89. }