aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx/Config.json
blob: d6ed189adc997f451d3e9a7527bdeb99c68244d3 (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
{
    "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",
    "docked_mode": false,
    "enable_discord_integration": true,
    "enable_vsync": true,
    "enable_multicore_scheduling": true,
    "enable_fs_integrity_checks": true,
    "enable_legacy_jit": false,
    "ignore_missing_services": false,
    "controller_type": "Handheld",
    "gui_columns": [ true, true, true, true, true, true, true, true, true ],
    "game_dirs": [],
    "enable_custom_theme": false,
    "custom_theme_path": "",
    "keyboard_controls": {
        "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"
        },
        "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"
        },
        "hotkeys": {
            "toggle_vsync": "Tab"
        }
    },
        "joystick_controls": {
        "enabled": true,
        "index": 0,
        "deadzone": 0.05,
        "trigger_threshold": 0.5,
        "left_joycon": {
            "stick": "Axis0",
            "stick_button": "Button13",
            "dpad_up": "Hat0Up",
            "dpad_down": "Hat0Down",
            "dpad_left": "Hat0Left",
            "dpad_right": "Hat0Right",
            "button_minus": "Button10",
            "button_l": "Button6",
            "button_zl": "Button8"
        },
        "right_joycon": {
            "stick": "Axis2",
            "stick_button": "Button14",
            "button_a": "Button0",
            "button_b": "Button1",
            "button_x": "Button3",
            "button_y": "Button4",
            "button_plus": "Button11",
            "button_r": "Button7",
            "button_zr": "Button9"
        }
    }
}