summaryrefslogtreecommitdiff
path: root/controller_info.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2020-11-04 22:55:26 -0800
committerMichael Pavone <pavone@retrodev.com>2020-11-04 22:55:26 -0800
commit37fa7d1e0f029dd95cc204a6145de6e58f992c5e (patch)
treee71f72632ebc783b40088e57c886becdcb0c9ddf /controller_info.h
parent5b18d431a4a42e518f11cfc2c30c9c9ef230aaec (diff)
Use different variants for Genesis controllers to better represent what types are out there
Diffstat (limited to 'controller_info.h')
-rw-r--r--controller_info.h2
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
};