Gate 10thAE mods behind an RT flag; build 10thae + vanilla variants

This commit is contained in:
Dima353
2026-07-18 21:15:46 +03:00
parent edd62c1a44
commit da6d8ebb5a
77 changed files with 2051 additions and 40 deletions
+5 -1
View File
@@ -388,7 +388,11 @@ void DetectJoystickGoBack() {
#endif
#ifdef GAMEPAD_MENU
const char* controllerTypes[] = { "FEC_DS2", "FEC_DS3", "FEC_DS4", "FEC_ONE", "FEC_NSW" };
const char* controllerTypes[] = { "FEC_DS2", "FEC_DS3", "FEC_DS4",
#ifndef RT
"FEC_360",
#endif
"FEC_ONE", "FEC_NSW" };
void ControllerTypeAfterChange(int8 before, int8 after)
{
FrontEndMenuManager.LoadController(after);