Config.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "version": 24,
  3. "enable_file_log": true,
  4. "res_scale": 1,
  5. "res_scale_custom": 1,
  6. "max_anisotropy": -1,
  7. "aspect_ratio": "Fixed16x9",
  8. "graphics_shaders_dump_path": "",
  9. "logging_enable_debug": false,
  10. "logging_enable_stub": true,
  11. "logging_enable_info": true,
  12. "logging_enable_warn": true,
  13. "logging_enable_error": true,
  14. "logging_enable_guest": true,
  15. "logging_enable_fs_access_log": false,
  16. "logging_filtered_classes": [],
  17. "logging_graphics_debug_level": "None",
  18. "system_language": "AmericanEnglish",
  19. "system_region": "USA",
  20. "system_time_zone": "UTC",
  21. "system_time_offset": 0,
  22. "docked_mode": true,
  23. "enable_discord_integration": true,
  24. "check_updates_on_start": true,
  25. "show_confirm_exit": true,
  26. "hide_cursor_on_idle": false,
  27. "enable_vsync": true,
  28. "enable_shader_cache": true,
  29. "enable_multicore_scheduling": false,
  30. "enable_ptc": true,
  31. "enable_fs_integrity_checks": true,
  32. "fs_global_access_log_mode": 0,
  33. "audio_backend": "OpenAl",
  34. "memory_manager_mode": "HostMappedUnsafe",
  35. "expand_ram": false,
  36. "ignore_missing_services": false,
  37. "gui_columns": {
  38. "fav_column": true,
  39. "icon_column": true,
  40. "app_column": true,
  41. "dev_column": true,
  42. "version_column": true,
  43. "time_played_column": true,
  44. "last_played_column": true,
  45. "file_ext_column": true,
  46. "file_size_column": true,
  47. "path_column": true
  48. },
  49. "column_sort": {
  50. "sort_column_id": 0,
  51. "sort_ascending": false
  52. },
  53. "game_dirs": [],
  54. "enable_custom_theme": false,
  55. "custom_theme_path": "",
  56. "start_fullscreen": false,
  57. "enable_keyboard": false,
  58. "hotkeys": {
  59. "toggle_vsync": "Tab"
  60. },
  61. "keyboard_config": [],
  62. "controller_config": [],
  63. "input_config": [
  64. {
  65. "left_joycon_stick": {
  66. "stick_up": "W",
  67. "stick_down": "S",
  68. "stick_left": "A",
  69. "stick_right": "D",
  70. "stick_button": "F"
  71. },
  72. "right_joycon_stick": {
  73. "stick_up": "I",
  74. "stick_down": "K",
  75. "stick_left": "J",
  76. "stick_right": "L",
  77. "stick_button": "H"
  78. },
  79. "left_joycon": {
  80. "button_minus": "Minus",
  81. "button_l": "E",
  82. "button_zl": "Q",
  83. "button_sl": "Unbound",
  84. "button_sr": "Unbound",
  85. "dpad_up": "Up",
  86. "dpad_down": "Down",
  87. "dpad_left": "Left",
  88. "dpad_right": "Right"
  89. },
  90. "right_joycon": {
  91. "button_plus": "Plus",
  92. "button_r": "U",
  93. "button_zr": "O",
  94. "button_sl": "Unbound",
  95. "button_sr": "Unbound",
  96. "button_x": "C",
  97. "button_b": "X",
  98. "button_y": "V",
  99. "button_a": "Z"
  100. },
  101. "version": 1,
  102. "backend": "WindowKeyboard",
  103. "id": "0",
  104. "controller_type": "JoyconPair",
  105. "player_index": "Player1"
  106. }
  107. ]
  108. }