mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-23 11:22:01 -05:00
Little rewrite of HID input (#723)
* change hid sharedmem writing to use structures
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
"controller_type": "Handheld",
|
||||
|
||||
// Enable or disable "direct keyboard access (HID) support" (Provides games access to your keyboard as a text entry device).
|
||||
"enable_keyboard": true,
|
||||
"enable_keyboard": false,
|
||||
|
||||
// Keyboard Controls
|
||||
// https://github.com/opentk/opentk/blob/master/src/OpenTK/Input/Key.cs
|
||||
|
Reference in New Issue
Block a user