Config.json 2.2 KB

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