From 37fa7d1e0f029dd95cc204a6145de6e58f992c5e Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 4 Nov 2020 22:55:26 -0800 Subject: Use different variants for Genesis controllers to better represent what types are out there --- controller_info.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'controller_info.h') 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 }; -- cgit v1.2.3