diff controller_info.h @ 2220:dd9d43c67986

Add support for newer controller types. Fix crash caused by new controller button types introduced in 2.0.12 and support mapping them
author Michael Pavone <pavone@retrodev.com>
date Fri, 02 Sep 2022 22:53:41 -0700
parents 193b804c9845
children e836cf11783b
line wrap: on
line diff
--- a/controller_info.h	Thu Sep 01 22:43:02 2022 -0700
+++ b/controller_info.h	Fri Sep 02 22:53:41 2022 -0700
@@ -16,9 +16,11 @@
 	SUBTYPE_XBOX,
 	SUBTYPE_X360,
 	SUBTYPE_XBONE,
+	SUBTYPE_XBOX_ELITE,
 	SUBTYPE_PS2,
 	SUBTYPE_PS3,
 	SUBTYPE_PS4,
+	SUBTYPE_PS5,
 	SUBTYPE_WIIU,
 	SUBTYPE_SWITCH,
 	SUBTYPE_GENESIS,