1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-09-22 20:02:01 -05:00

Hide UI rework/arrow key fix (#2504)

* Unbreak arrow keys

* Use bitshift for Flags instead of literal
This commit is contained in:
ooa113y
2021-08-05 00:28:19 +03:00
committed by GitHub
parent 5ceaf344ce
commit 46ffc81d90
7 changed files with 43 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
{
"version": 28,
"version": 29,
"enable_file_log": true,
"res_scale": 1,
"res_scale_custom": 1,
@@ -58,7 +58,8 @@
"enable_mouse": false,
"hotkeys": {
"toggle_vsync": "Tab",
"screenshot": "F8"
"screenshot": "F8",
"show_ui": "F4"
},
"keyboard_config": [],
"controller_config": [],
@@ -107,4 +108,4 @@
"player_index": "Player1"
}
]
}
}