git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit 4b3c77bfa5cf7777e86e5943ac326494406d95bb
parent 8660e20eeb9111f5819eaa051965d188ac028132
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Thu,  2 Dec 2021 11:54:26 +0200

oops

Diffstat:
MCore/joypad.c2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Core/joypad.c b/Core/joypad.c @@ -101,6 +101,7 @@ void GB_set_key_mask(GB_gameboy_t *gb, GB_key_mask_t mask) *key = true; } mask >>= 1; + key++; } GB_update_joyp(gb); @@ -115,6 +116,7 @@ void GB_set_key_mask_for_player(GB_gameboy_t *gb, GB_key_mask_t mask, unsigned p *key = true; } mask >>= 1; + key++; } GB_update_joyp(gb);

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.