- [NEW] Afegit menu per a redefinir els botons del gamepad

This commit is contained in:
2024-10-02 13:43:32 +02:00
parent 54667d3ebc
commit c92f2a13aa
8 changed files with 166 additions and 20 deletions

View File

@@ -7,8 +7,9 @@ namespace modules
#define OPTION_NONE -1
#define OPTION_JUGAR 0
#define OPTION_TECLES 1
#define OPTION_AUDIO 2
#define OPTION_EIXIR 3
#define OPTION_GAMEPAD 2
#define OPTION_AUDIO 3
#define OPTION_EIXIR 4
void init();
int loop();