From ed5bd8023ee063f19540ed1d23f4c5e7b04e9d89 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Sat, 9 Mar 2019 18:04:03 -0500 Subject: [PATCH] Bliss-Box: add PSX Jogcon ID --- input/include/blissbox.h | 1 + 1 file changed, 1 insertion(+) diff --git a/input/include/blissbox.h b/input/include/blissbox.h index 13ffc75ac3..2bcc865846 100644 --- a/input/include/blissbox.h +++ b/input/include/blissbox.h @@ -93,6 +93,7 @@ const blissbox_pad_type_t blissbox_pad_types[] = {"V_BOY", 29}, {"WII_CLASSIC", 31}, {"WII_MPLUS", 32}, + {"PSX_JOGCON", 227}, {NULL, 0}, /* used to mark unconnected ports, do not remove */ };