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