Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm bad at syncing branches #31

Merged
merged 5 commits into from
Sep 27, 2024
Merged

I'm bad at syncing branches #31

merged 5 commits into from
Sep 27, 2024

Conversation

SeongGino
Copy link
Member

No description provided.

kikexx and others added 5 commits September 27, 2024 11:47
* Mapeadas flechas del teclado y añadida pulsacion del gatillo en modo serie 

-Se han mapeado las flechas del teclado y se han asignado al Dpad mientras la pistola está en modo Ratón+Teclado

-Se ha añadido el botón "trigger" en modo mando mientras está activa la comunicación serie (mamehook) ya que anteriormente si se activaba la comunicación serie mientras la pistola estaba en modo "mando" dejaba de funcionar el gatillo

* Algunas correcciones de como se muestra la vida (barra de vida) en la pantalla oled

-Ahora calcula el porcentaje de "vida" y lo muestra correctamente.
-Cambiado el tipo de variable usada para leer la "vida" de uint8_t cuyo valor máximo es 255 a uint16_t para mostrar correctamente la "vida en juegos que usen un valor mayor como Aliens Armageddon que usa de valor máximo 1000

* Reset SamcoEnhanced.ino

Reset file to begin PR

* Fix trigger in Gamepad mode + Serial

-Added trigger button to work when serial comunication is enabled and gun is in Gamepad mode

* Fix for life% shown in lifebar

- Fix for life% shown in lifebar
- Changed "serialLifeCount" from uint8_t to uint16_t, for handle life values higher than  255

* Translated some variable to maintain language consistency

- Translated some variable to maintain language consistency
@SeongGino SeongGino merged commit 68e1b1d into MiSTer Sep 27, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants