SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 46e1b79b639ac10bc741a494163d85673ac6d03a parent 6b947c46bc69689292b109515bd9ce53bf2ba3ad Author: Lior Halphon <LIJI32@gmail.com> Date: Sat, 9 Oct 2021 23:07:15 +0300 Madden 96 needs even more time Diffstat:
| M | Core/sgb.c | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Core/sgb.c b/Core/sgb.c @@ -647,7 +647,7 @@ void GB_sgb_render(GB_gameboy_t *gb) } } if (gb->sgb->transfer_dest == TRANSFER_BORDER_DATA) { - gb->sgb->border_animation = 80; + gb->sgb->border_animation = 88; } } }
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.