[HID] Optional guide button support.

Maybe this is interesting to some games.
This commit is contained in:
Joel Linn
2020-04-20 15:03:37 +02:00
committed by Rick Gibbed
parent fc96195656
commit c8da7fbfe4
6 changed files with 41 additions and 15 deletions

View File

@@ -8,3 +8,6 @@
*/
#include "xenia/hid/hid_flags.h"
DEFINE_bool(guide_button, false, "Forward guide button presses to guest.",
"HID");