comparison controller_info.h @ 2015:8a64d86cc362

Use different variants for Genesis controllers to better represent what types are out there
author Michael Pavone <pavone@retrodev.com>
date Wed, 04 Nov 2020 22:55:26 -0800
parents 84ef1eb2c96a
children 193b804c9845
comparison
equal deleted inserted replaced
2014:9ca255be938d 2015:8a64d86cc362
28 28
29 enum { 29 enum {
30 VARIANT_NORMAL, 30 VARIANT_NORMAL,
31 VARIANT_6B_BUMPERS, //C and Z positions are RB and LB respectively 31 VARIANT_6B_BUMPERS, //C and Z positions are RB and LB respectively
32 VARIANT_6B_RIGHT, //C and Z positions are RT and RB respectively 32 VARIANT_6B_RIGHT, //C and Z positions are RT and RB respectively
33 VARIANT_3BUTTON, //3-button Gen/MD controller
34 VARIANT_8BUTTON, //Modern 8-button Gen/MD style controller (retro-bit, 8bitdo M30, etc.)
33 VARIANT_NUM 35 VARIANT_NUM
34 }; 36 };
35 37
36 typedef struct { 38 typedef struct {
37 char const *name; 39 char const *name;