mirror of
https://github.com/Maschell/controller_patcher.git
synced 2024-11-22 03:59:16 +01:00
Added defines for the controller names
This commit is contained in:
parent
42fc97a37e
commit
8dee7c3e70
@ -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
|
||||
*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
|
||||
|
Loading…
Reference in New Issue
Block a user