Gamepad menu redesign

design by OnceOne
This commit is contained in:
Dima353
2025-02-17 00:04:26 +03:00
parent a1ec93846e
commit bee4551454
2 changed files with 139 additions and 129 deletions
+1 -1
View File
@@ -388,7 +388,7 @@ void DetectJoystickGoBack() {
#endif
#ifdef GAMEPAD_MENU
const char* controllerTypes[] = { "FEC_DS2", "FEC_DS3", "FEC_DS4", "FEC_360", "FEC_ONE", "FEC_NSW" };
const char* controllerTypes[] = { "FEC_DS2", "FEC_DS3", "FEC_DS4", "FEC_ONE", "FEC_NSW" };
void ControllerTypeAfterChange(int8 before, int8 after)
{
FrontEndMenuManager.LoadController(after);