From 8dee7c3e705ed6a292e1f1ac0e28ff46c5e83376 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 14 Apr 2017 13:08:34 +0200 Subject: [PATCH] Added defines for the controller names --- patcher/ControllerPatcherDefs.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/patcher/ControllerPatcherDefs.h b/patcher/ControllerPatcherDefs.h index ddc305f..5a81cdc 100644 --- a/patcher/ControllerPatcherDefs.h +++ b/patcher/ControllerPatcherDefs.h @@ -370,6 +370,12 @@ enum UController_Type{ UController_Type_Pro4, }; +#define UController_Type_Gamepad_Name gettext("GamePad") +#define UController_Type_Pro1_Name gettext("Pro Controller 1") +#define UController_Type_Pro2_Name gettext("Pro Controller 2") +#define UController_Type_Pro3_Name gettext("Pro Controller 3") +#define UController_Type_Pro4_Name gettext("Pro Controller 4") + /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- * VID/PID values *---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/