30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
SRCS_NINTENDO_3DS = OHNintendo3DSExtendedGamepad.m \
OHNintendo3DSGameController.m
SRCS_NINTENDO_DS = OHNintendoDSGamepad.m \
OHNintendoDSGameController.m
SRCS_NINTENDO_SWITCH = OHNintendoSwitchExtendedGamepad.m \
OHNintendoSwitchGameController.m
SRCS_WII = OHWiiClassicController.m \
OHWiiGameController.m
SRCS_XINPUT = OHXInputExtendedGamepad.m \
OHXInputGameController.m
INCLUDES := ${SRCS:.m=.h} \
OHExtendedGamepad.h \
OHGameControllerProfile.h \
OHGamepad.h \
|
|
>
>
|
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
SRCS_NINTENDO_3DS = OHNintendo3DSExtendedGamepad.m \
OHNintendo3DSGameController.m
SRCS_NINTENDO_DS = OHNintendoDSGamepad.m \
OHNintendoDSGameController.m
SRCS_NINTENDO_SWITCH = OHNintendoSwitchExtendedGamepad.m \
OHNintendoSwitchGameController.m
SRCS_WII = OHWiiClassicController.m \
OHWiiGameController.m \
OHWiimote.m \
OHWiimoteWithNunchuk.m
SRCS_XINPUT = OHXInputExtendedGamepad.m \
OHXInputGameController.m
INCLUDES := ${SRCS:.m=.h} \
OHExtendedGamepad.h \
OHGameControllerProfile.h \
OHGamepad.h \
|