diff options
Diffstat (limited to 'controller_info.h')
-rw-r--r-- | controller_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/controller_info.h b/controller_info.h index e837467..db1f6ec 100644 --- a/controller_info.h +++ b/controller_info.h @@ -30,6 +30,8 @@ enum { VARIANT_NORMAL, VARIANT_6B_BUMPERS, //C and Z positions are RB and LB respectively VARIANT_6B_RIGHT, //C and Z positions are RT and RB respectively + VARIANT_3BUTTON, //3-button Gen/MD controller + VARIANT_8BUTTON, //Modern 8-button Gen/MD style controller (retro-bit, 8bitdo M30, etc.) VARIANT_NUM }; |