Guardada en el fichero de configuración la asignación de cada mando a cada jugador

This commit is contained in:
2024-09-15 13:29:05 +02:00
parent 8fc217f0e3
commit c40c59275a
3 changed files with 27 additions and 9 deletions

View File

@@ -277,6 +277,11 @@ void Title::checkInput()
section->options = SECTION_OPTIONS_QUIT_SHUTDOWN;
break;
case SERVICE_RESET:
section->name = SECTION_PROG_LOGO;
screen->showNotification("Reset");
break;
case SERVICE_SHADERS:
screen->switchShaders();
break;
@@ -287,6 +292,8 @@ void Title::checkInput()
case SERVICE_SWAP_CONTROLLERS:
defineButtons->swapControllers();
screen->showNotification("Swap Controllers");
resetCounter();
break;
default: