From ea80a82de6c02183cd31f8f6bb021a1ee0777cf6 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Mon, 27 Jan 2025 02:08:04 -0800 Subject: [PATCH] Updated HID part: Added keyboard_mode and and keyboard_user_index MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Radosław Gliński <153369+Gliniak@users.noreply.github.com> --- Options.mediawiki | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/Options.mediawiki b/Options.mediawiki index 50efb1105..51c3a8486 100644 --- a/Options.mediawiki +++ b/Options.mediawiki @@ -345,6 +345,31 @@ Games that require this have the [https://github.com/xenia-canary/game-compatibi | "winkey" |} +=== Keyboard Mode === +{| +! keyboard_mode = +! # +|- +| Disabled +| 0 +|- +| Enabled (Keyboard as gamepad mode) +| 1 +|- +| Passthrough (Keyboard is used directly for input) +| 2 +|} + +=== Assigned Keyboard Slot === +* Used only if keyboard_mode is set to 1 (Enabled). It allows to specify for which user slot keyboard must be assigned. +{| +! keyboard_user_index = +! # +|- +| Possible values +| 0, 1, 2, 3 +|} + == Hacks == === Protect zero === * Games that require this to be false have the [https://github.com/xenia-canary/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Arequires-protect-zero-false requires-protect-zero-false] label.